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

Issue #1138 - Bootstrap3 styling fixes.

This commit is contained in:
Cameron
2015-07-15 11:08:34 -07:00
parent dbd25a74ca
commit 02278559c9
7 changed files with 9 additions and 9 deletions

View File

@@ -751,7 +751,7 @@ class admin_shortcodes
<li><a href="#">Incoming Message Number 1</a></li>
<li><a href="#">Incoming Message Number 2</a></li>
<li><a href="#">Incoming Message Number 3</a></li>
<li class="divider"></li>
<li role="separator" class="divider"></li>
</ul>
<textarea class="e-tip input-block-level" title="Example Only"></textarea>
<button class="dropdown-toggle btn btn-primary">Send</button>

View File

@@ -109,7 +109,7 @@ $E_ADMIN_NAVIGATION['button_pm'] = '
<li><a href="#">Incoming Message Number 1</a></li>
<li><a href="#">Incoming Message Number 2</a></li>
<li><a href="#">Incoming Message Number 3</a></li>
<li class="divider"></li>
<li role="separator" class="divider"></li>
</ul>
<textarea class="e-tip input-block-level" title="Example Only"></textarea>
<button class="dropdown-toggle btn btn-primary" >Send</button>
@@ -367,7 +367,7 @@ $E_ADMIN_MENU['end'] = '
</ul>
';
$E_ADMIN_MENU['divider'] = '<li class="divider"></li>';
$E_ADMIN_MENU['divider'] = '<li role="separator" class="divider"></li>';
/* NEW ADMIN SLIDE DOWN MENU TEMPLATE

View File

@@ -85,7 +85,7 @@ class theme_shortcodes extends e_shortcode
<ul class="dropdown-menu">
<li><a href="'.e_HTTP.'usersettings.php"><i class="fa fa-cog"></i> '.LAN_SETTINGS.'</a></li>
<li><a class="dropdown-toggle no-block" role="button" href="'.e_HTTP.'user.php?id.'.USERID.'"><i class="fa fa-user"></i> '.LAN_LOGINMENU_13.'</a></li>
<li class="divider"></li>';
<li role="separator" class="divider"></li>';
if(ADMIN)
{

View File

@@ -29,8 +29,8 @@ min-height:50px;
background-color: rgb(54, 54, 54);
}
tr.highlight-odd { background-color: #212121; }
tr.highlight-even { background-color: #212121; }
tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: #212121; }
tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: #212121; }
.datetimepicker table tr td.day:hover {

View File

@@ -405,7 +405,7 @@ $E_ADMIN_MENU['end'] = '
</ul>
';
$E_ADMIN_MENU['divider'] = '<li class="divider"></li>';
$E_ADMIN_MENU['divider'] = '<li role="separator" class="divider"></li>';
/* NEW ADMIN SLIDE DOWN MENU TEMPLATE

View File

@@ -20,7 +20,7 @@ e107::js('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstr
e107::css('theme','css/bootstrap_dark.css');
e107::css('theme','admin_style.css');
e107::css('theme','admin_dark.css');
e107::css('theme','ie_all.css',null,'all',"<!--[if IE]>","<![endif]-->");

View File

@@ -2308,7 +2308,7 @@ th {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #212121;
background-color: #494949;
}
.table-hover > tbody > tr:hover {
background-color: #565656;