|
@@ -12,7 +12,51 @@
|
|
|
<link rel="stylesheet" href="stuff/jquery.selectize/css/selectize.bootstrap3.css" type="text/css" />
|
|
<link rel="stylesheet" href="stuff/jquery.selectize/css/selectize.bootstrap3.css" type="text/css" />
|
|
|
<link rel="stylesheet" href="stuff/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
|
|
<link rel="stylesheet" href="stuff/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
|
|
|
<link rel="stylesheet" href="stuff/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css" type="text/css">
|
|
<link rel="stylesheet" href="stuff/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css" type="text/css">
|
|
|
- <link rel="stylesheet" href="stuff/main.css" type="text/css" />
|
|
|
|
|
|
|
+ <style type="text/css">
|
|
|
|
|
+body { margin:0; font-size:12px; line-height:18px; }
|
|
|
|
|
+body { <?php echo UI::fixFooterPosition('body_style'); ?> }
|
|
|
|
|
+
|
|
|
|
|
+#SE-menu { font-size:13px; }
|
|
|
|
|
+#SE-menu { min-height:36px; }
|
|
|
|
|
+#SE-menu > .container-fluid { padding:0; }
|
|
|
|
|
+#SE-menu .navbar { margin-bottom:0; }
|
|
|
|
|
+#SE-menu .navbar-form { margin-top:0; margin-bottom:0; }
|
|
|
|
|
+#SE-menu .nav > li > a { padding: 8px 10px 8px; }
|
|
|
|
|
+#SE-menu { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
|
|
|
|
|
+#SE-menu-sub { border-bottom:2px solid #C53000; background:#eee;}
|
|
|
|
|
+#SE-menu-sub .btn {margin:4px 2px;}
|
|
|
|
|
+
|
|
|
|
|
+#SE-menu .bookmark-item-rem {opacity:0.5;}
|
|
|
|
|
+#SE-menu .bookmark-item-add {opacity:0.5;}
|
|
|
|
|
+#SE-menu .bookmark-item-rem:hover {opacity:1;}
|
|
|
|
|
+#SE-menu .bookmark-item-add:hover {opacity:1;}
|
|
|
|
|
+
|
|
|
|
|
+.tbl-view td {border-color:#eee;}
|
|
|
|
|
+.tbl-view thead td {background:#f3f3f3;}
|
|
|
|
|
+.tbl-view tbody tr:hover td {background:#E6FFE6;}
|
|
|
|
|
+.tbl-view tbody tr.tbl-row-0,
|
|
|
|
|
+.tbl-view tbody tr.row-0 {background:#f3f3f3;}
|
|
|
|
|
+.tbl-view tbody tr.tbl-row-1,
|
|
|
|
|
+.tbl-view tbody tr.row-1 {background:#fff;}
|
|
|
|
|
+.tbl-view input[type=text] {margin:0;padding:0;}
|
|
|
|
|
+
|
|
|
|
|
+.se-main-menu {}
|
|
|
|
|
+.se-main-menu td:hover {background-color:#f3f3f3;}
|
|
|
|
|
+
|
|
|
|
|
+.red{color:#f00;}
|
|
|
|
|
+.green{color:#0f0;}
|
|
|
|
|
+.blue{color:#00f;}
|
|
|
|
|
+
|
|
|
|
|
+.dropdown-menu a em {font-size:0.9em; color:#bbb;}
|
|
|
|
|
+
|
|
|
|
|
+.label-A_STATUS-NORMAL { background:#aeffae; color:#555; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-WAITING { background:#ffd2ff; color:#555; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-MONITOR { background:#cccaff; color:#555; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-WARNING { background:#ffbaba; color:#555; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-DELETED { background:#e0e0e0; color:#808080; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-OFF_SOFT { background:#fce3b7; color:#808080; text-align:center; text-shadow:none; }
|
|
|
|
|
+.label-A_STATUS-OFF_HARD { background:#eee; color:#808080; text-align:center; text-shadow:none; }
|
|
|
|
|
+ </style>
|
|
|
|
|
|
|
|
<script src="stuff/jquery-2.1.0.min.js"></script>
|
|
<script src="stuff/jquery-2.1.0.min.js"></script>
|
|
|
<script src="stuff/jquery-plugins.js"></script>
|
|
<script src="stuff/jquery-plugins.js"></script>
|