mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Admin template clean up. 2 new admin styles added. (to be improved). Left admin panel collapse improved. (still needs a cookie to 'stick' .
This commit is contained in:
@@ -1840,8 +1840,10 @@ td img.thumbnail { margin-bottom:0 }
|
||||
}
|
||||
|
||||
/* Cleanup table borders/headers */
|
||||
/*
|
||||
#admin-ui-list-batch ,
|
||||
.adminlist > thead > tr { background-color: rgba(0,0,0,0.1); }
|
||||
*/
|
||||
|
||||
.adminlist { border:1px solid rgba(0,0,0,0.1); }
|
||||
|
||||
@@ -1883,6 +1885,12 @@ tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color
|
||||
tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: rgba(0,0,0,0.15); }
|
||||
|
||||
|
||||
.admin-left-panel-collapsed { width:60px; }
|
||||
.admin-left-panel-collapsed .admin-menu,
|
||||
.admin-left-panel-collapsed .admin-menu .panel-heading { border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 1101px ){
|
||||
|
1563
e107_themes/bootstrap3/css/modern-dark.css
Normal file
1563
e107_themes/bootstrap3/css/modern-dark.css
Normal file
File diff suppressed because it is too large
Load Diff
1568
e107_themes/bootstrap3/css/modern-light.css
Normal file
1568
e107_themes/bootstrap3/css/modern-light.css
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,8 +25,10 @@
|
||||
</libraries>
|
||||
<stylesheets>
|
||||
<css file="style.css" name="Default"/>
|
||||
<css file="css/bootstrap-dark.min.css" name="Dark Admin" description="" thumbnail='images/admin_bootstrap-dark.jpg' scope='admin' exclude='bootstrap'/>
|
||||
<css file="css/kadmin.css" name="K-Admin Inspired" scope='admin' description="(experimental)" thumbnail='images/admin_kadmin.jpg' url='http://themifycloud.com/demos/templates/KAdmin/KAdmin-Dark/dashboard.html' />
|
||||
<css file="css/modern-light.css" name="Modern Light" description="A modern light theme admin area" thumbnail='images/admin_bootstrap-dark.jpg' scope='admin' exclude='bootstrap'/>
|
||||
<css file="css/modern-dark.css" name="Modern Dark" description="A modern variation of the dark admin area" thumbnail='images/admin_bootstrap-dark.jpg' scope='admin' exclude='bootstrap'/>
|
||||
<css file="css/bootstrap-dark.min.css" name="Legacy Dark Admin" description="A dark admin area skin" thumbnail='images/admin_bootstrap-dark.jpg' scope='admin' exclude='bootstrap'/>
|
||||
<css file="css/kadmin.css" name="K-Admin Inspired" scope='admin' description="A light admin area skin" thumbnail='images/admin_kadmin.jpg' url='http://themifycloud.com/demos/templates/KAdmin/KAdmin-Dark/dashboard.html' />
|
||||
<css file="css/corporate.css" name="Corporate" scope='admin' thumbnail='images/admin_corporate.jpg' exclude='bootstrap' />
|
||||
<css file="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css" name="Flatly" scope='admin' exclude='bootstrap'/>
|
||||
<css file="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/sandstone/bootstrap.min.css" name="Sandstone" scope='admin' exclude='bootstrap'/>
|
||||
|
Reference in New Issue
Block a user