1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-20 06:21:20 +02:00

More UI fixes and jquery-ui for bootstrap added.

This commit is contained in:
Cameron
2012-11-28 15:00:05 -08:00
parent 23e43dabf3
commit b45aaf0597
7 changed files with 1491 additions and 125 deletions

View File

@@ -678,7 +678,7 @@ class page_admin_ui extends e_admin_ui
</fieldset>
<fieldset id='core-cpage-create-hooks'>
<legend>".LAN_HOOKS."</legend>
<table class='adminedit options'>
<table class='adminform options'>
<colgroup>
<col class='col-label' />
<col class='col-control' />

View File

@@ -35,7 +35,7 @@ foreach ($admin_cat['id'] as $cat_key => $cat_id)
{
$text_check = FALSE;
$text_cat = "<div class='adminedit' id='core-main_".$cat_key."'>
$text_cat = "<div class='adminform' id='core-main_".$cat_key."'>
<div style='border:1px solid silver;margin:10px'>
<div class='main_caption bevel'><b>".$admin_cat['title'][$cat_key]."</b></div>
<table style='width:100%'>";

View File

@@ -1899,7 +1899,7 @@ class admin_newspost
<form method='post' action='".e_SELF."?".e_QUERY."' id='core-newspost-create-form' ".(FILE_UPLOADS ? "enctype='multipart/form-data'" : "")." >
<fieldset id='core-newspost-create'>
<legend>".LAN_NEWS_52."</legend>
<table class='adminedit'>
<table class='table adminform'>
<colgroup>
<col class='col-label' />
<col class='col-control' />
@@ -2034,9 +2034,9 @@ class admin_newspost
</ul>";
$val = (strstr($tp->post_toForm($_POST['news_body']), "[img]http") ? $tp->post_toForm($_POST['news_body']) : str_replace("[img]../", "[img]", $tp->post_toForm($_POST['news_body'])));
$text .= "<div id='news-body-container'>";
$text .= "<div id='news-body-container' class='e-tab'>";
$text .= $frm->bbarea('news_body', $val, 'news', 'news');
$text .= "</div><div id='news-extended-container'>";
$text .= "</div><div id='news-extended-container' class='t-container'>";
$val = (strstr($tp->post_toForm($_POST['news_extended']), "[img]http") ? $tp->post_toForm($_POST['news_extended']) : str_replace("[img]../", "[img]", $tp->post_toForm($_POST['news_extended'])));
@@ -2114,7 +2114,7 @@ class admin_newspost
$text .= "
<fieldset id='core-newspost-seo'>
<legend>SEO</legend>
<table class='adminedit'>
<table class='table adminform'>
<colgroup>
<col class='col-label' />
<col class='col-control' />
@@ -2151,7 +2151,7 @@ class admin_newspost
$text .= "
<fieldset id='core-newspost-edit-options'>
<legend>".LAN_NEWS_53."</legend>
<table class='adminedit'>
<table class='table adminform'>
<colgroup>
<col class='col-label' />
<col class='col-control' />

View File

@@ -2587,7 +2587,7 @@ class e_form
<fieldset id='{$id}'>
<legend>".vartrue($fdata['legend'])."</legend>
".vartrue($fdata['table_pre'])."
<table class='table adminedit'>
<table class='table adminform'>
<colgroup>
<col class='col-label' />
<col class='col-control' />

View File

@@ -3,17 +3,12 @@
.well { padding:10px; }
.navbar { background-color: #081D28; }
#core-infopanel_mye107 a {
}
.tipsy-inner { padding:10px; font-size:15px; }
#core-infopanel_mye107 a {}
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
.tooltip { font-size: 13px; }
.tooltip-inner { box-shadow: 0 2px 5px #808080; -webkit-box-shadow: 0 2px 5px #808080; -moz-box-shadow: 0 2px 5px #808080; }
/* Core Formatting */
.left { text-align: left }
.right { text-align: right }
@@ -29,6 +24,11 @@
.smalltext { font-size: 11px; }
.nowrap { white-space:nowrap; }
.e-tabs { padding:0px }
#tab-container fieldset { padding:0px ; padding-left:3px; border-top:0px;}
#tab-container table { border-top:0px;}
#tab-container td { border-top:0px; border-bottom:1px solid rgb(221, 221, 221) }
.core-mainpanel-block { text-align:center; width:100px; float:left; height:48px; display:block;margin:15px; }
.core-mainpanel-link-text { font-weight:bold; text-decoration: none; padding:3px }
@@ -53,10 +53,7 @@ a.brand:hover img {
}
.modal {
min-width:800px;
}
.modal { min-width:800px; }
@media (min-width: 1500px) {
@@ -72,33 +69,19 @@ a.brand:hover img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.dropdown-menu a:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
.dropdown-menu a:hover { filter: none; -webkit-filter: grayscale(0%); }
legend { display:none }
.btn {
vertical-align: top;
}
.btn { vertical-align: top; }
input[type='radio'] {
vertical-align:top;
}
input[type='radio'] { vertical-align:top; }
label {
margin-left:5px;
margin-right:10px;
display: inline;
vertical-align:bottom;
}
label { margin-left:5px; margin-right:10px; display: inline; vertical-align:bottom; }
/* Core Icons & Image Buttons */
img.icon { border: 0px; vertical-align: middle; }
@@ -116,27 +99,16 @@ input.delete { }
.buttons-bar { padding: 10px 0px; }
i.icon-chevron-right {
float:right;
opacity: 0.3
}
i.icon-chevron-right { float:right; opacity: 0.3 }
a.link-active i {
opacity: 1.0;
}
a.link-active i { opacity: 1.0; }
a.dropdown-toggle i {
transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
a.dropdown-toggle i { transition: opacity .20s ease-in-out; -moz-transition: opacity .20s ease-in-out; -webkit-transition: opacity .20s ease-in-out;
opacity: 0.4
}
a.dropdown-toggle:hover i {
opacity: 1.0
}
a.dropdown-toggle:hover i { opacity: 1.0 }
a.dropdown-toggle {
-webkit-transition:color .20s ease-in-out;
@@ -145,13 +117,8 @@ a.dropdown-toggle {
transition:color .20s ease-in-out;
}
img.S32 {
}
img.S32:hover {
}
img.S32 {}
img.S32:hover {}
/*******************************************************************************************************************/
/* Admin List Table */

View File

@@ -8,6 +8,9 @@ e107::lan('theme');
e107::js('core','bootstrap/js/bootstrap.min.js');
e107::css('core','bootstrap/css/bootstrap.min.css');
e107::css('core','bootstrap/css/bootstrap-responsive.min.css');
e107::css('core','bootstrap/css/jquery-ui.custom.css');
//e107::css('core','bootstrap/css/demo.css');
e107::css('theme','ie_all.css',null,'all',"<!--[if IE]>","<![endif]-->");
/*
$drop = "

File diff suppressed because it is too large Load Diff