mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Admin-UI: Removed hard-coded styling from filter and batch elements.
This commit is contained in:
@@ -3,52 +3,61 @@ body { }
|
||||
|
||||
@media (min-width: 1000px){
|
||||
|
||||
body { padding-top: 75px; }
|
||||
body { padding-top: 75px; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.well { padding:10px; }
|
||||
.navbar { }
|
||||
.well { padding:10px; }
|
||||
.navbar { }
|
||||
|
||||
#core-infopanel_mye107 a {}
|
||||
#core-infopanel_mye107 a {}
|
||||
|
||||
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
|
||||
.tooltip { font-size: 13px; }
|
||||
.tooltip-inner { }
|
||||
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
|
||||
.tooltip { font-size: 13px; }
|
||||
.tooltip-inner { }
|
||||
|
||||
|
||||
/* Core Formatting */
|
||||
.left { text-align: left }
|
||||
.right { text-align: right }
|
||||
.center { text-align: center }
|
||||
.f-left { float: left }
|
||||
.f-right { float: right }
|
||||
.top { vertical-align: top }
|
||||
.middle { vertical-align: middle }
|
||||
.bottom { vertical-align: bottom }
|
||||
.clear { clear: both }
|
||||
.clear-l { clear: right }
|
||||
.clear-r { clear: left }
|
||||
.smalltext { font-size: 11px; }
|
||||
.nowrap { white-space:nowrap; }
|
||||
.field-spacer { margin-bottom: 3px; } /* multi-fields per row separator */
|
||||
.left { text-align: left }
|
||||
.right { text-align: right }
|
||||
.center { text-align: center }
|
||||
.f-left { float: left }
|
||||
.f-right { float: right }
|
||||
.top { vertical-align: top }
|
||||
.middle { vertical-align: middle }
|
||||
.bottom { vertical-align: bottom }
|
||||
.clear { clear: both }
|
||||
.clear-l { clear: right }
|
||||
.clear-r { clear: left }
|
||||
.smalltext { font-size: 11px; }
|
||||
.nowrap { white-space:nowrap; }
|
||||
.field-spacer { margin-bottom: 3px; } /* multi-fields per row separator */
|
||||
|
||||
|
||||
.e-tabs { padding:0px }
|
||||
.e-tabs fieldset { padding:0px ; padding-left:3px; border-top: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) }
|
||||
.tab-border { border-left: 1px solid #ddd; }
|
||||
.tab-content { overflow: visible }
|
||||
.e-tabs { padding:0 }
|
||||
.e-tabs fieldset { padding:0 ; padding-left:3px; border-top:0;}
|
||||
#tab-container fieldset { padding:0 ; padding-left:3px; border-top:0;}
|
||||
#tab-container table { border-top:0;}
|
||||
#tab-container td { border-top:0; border-bottom:1px solid rgb(221, 221, 221) }
|
||||
.tab-border { border-left: 1px solid #ddd; }
|
||||
.tab-content { overflow: visible }
|
||||
|
||||
.core-mainpanel-block { text-align:center; width:140px; float:left; height:80px; display:block; padding:1px; margin: 0px 2px 15px 2px; }
|
||||
.core-mainpanel-link-text { text-decoration: none; display:block; }
|
||||
a.core-mainpanel-link-icon { height:80px; width: 120px; padding-top:20px; }
|
||||
.core-mainpanel-block { text-align:center; width:140px; float:left; height:80px; display:block; padding:1px; margin: 0 2px 15px 2px; }
|
||||
.core-mainpanel-link-text { text-decoration: none; display:block; }
|
||||
a.core-mainpanel-link-icon { height:80px; width: 120px; padding-top:20px; }
|
||||
a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; }
|
||||
|
||||
#admin-ui-list-batch { padding-left:15px; padding-top:8px; }
|
||||
#admin-ui-list-batch img { padding-top:5px }
|
||||
#admin-ui-list-filter { margin-bottom: -10px }
|
||||
#admin-ui-list-db-language { padding-top:12px ; padding-right:10px }
|
||||
#admin-ui-list-total-records { padding-top:5px }
|
||||
|
||||
#admin-ui-edit-db-language { margin-bottom: -30px; margin-top:-10px; padding-bottom:5px; padding-right:5px }
|
||||
|
||||
|
||||
div.bbcode-panel {
|
||||
|
||||
background-color: rgb(245, 245, 245);
|
||||
|
@@ -11,7 +11,10 @@ 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','font-awesome/css/font-awesome.min.css');
|
||||
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
|
||||
e107::css('url', "http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
|
||||
|
||||
e107::css('core', 'bootstrap-editable/css/bootstrap-editable.css', 'jquery');
|
||||
e107::js('core', 'bootstrap-editable/js/bootstrap-editable.min.js', 'jquery', 2);
|
||||
|
||||
// e107::css('core','bootstrap/css/jquery-ui.custom.css');
|
||||
e107::css('theme','admin_style.css');
|
||||
|
@@ -12,8 +12,8 @@ e107::css('url', "http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-a
|
||||
// be107::css('url', "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/slate/bootstrap.min.css");
|
||||
|
||||
|
||||
e107::css('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css");
|
||||
e107::js('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js");
|
||||
e107::css('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css");
|
||||
e107::js('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js");
|
||||
|
||||
|
||||
e107::css('url', 'http://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/slate/bootstrap.min.css');
|
||||
|
Reference in New Issue
Block a user