mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix some css formatting
git-svn-id: http://www.observium.org/svn/observer/trunk@2434 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#center{
|
||||
width:1800px;
|
||||
|
||||
#center {
|
||||
width: 1800px;
|
||||
}
|
||||
|
||||
.contentstyle {
|
||||
width: 1776px;
|
||||
width: 1776px;
|
||||
}
|
||||
|
@@ -24,211 +24,246 @@ body {
|
||||
}
|
||||
|
||||
.submit {
|
||||
background-image:url('/images/submitbg.png');
|
||||
background-position:0 100%;
|
||||
border-color:#B2B2B2 #525252 #525252 #B2B2B2;
|
||||
background-image: url('/images/submitbg.png');
|
||||
background-position: 0 100%;
|
||||
border-color: #B2B2B2 #525252 #525252 #B2B2B2;
|
||||
}
|
||||
.submit#hover {
|
||||
border-color:#000;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
input,select {
|
||||
background:#FFFFFF url('/images/textbg.png') repeat-x scroll 0 0;
|
||||
font-size:1em;
|
||||
border:1px solid #B2B2B2;
|
||||
border-color:#B2B2B2 #d2d2d2 #d2d2d2 #B2B2B2;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
background: #FFFFFF url('/images/textbg.png') repeat-x scroll 0 0;
|
||||
font-size: 1em;
|
||||
border: 1px solid #B2B2B2;
|
||||
border-color: #B2B2B2 #d2d2d2 #d2d2d2 #B2B2B2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.rounded{display:block}
|
||||
.rounded *{
|
||||
.rounded {
|
||||
display:block;
|
||||
}
|
||||
.rounded * {
|
||||
display: block;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
font-size: .01em;
|
||||
background: #e5e5e5;
|
||||
}
|
||||
.rounded1 {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
border-left: 1px solid #f3f36b;
|
||||
border-right: 1px solid #f3f36b;
|
||||
background: #ebebaf;
|
||||
}
|
||||
.rounded2 {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
padding-right: 1px;
|
||||
padding-left: 1px;
|
||||
border-left: 1px solid #fcfc24;
|
||||
border-right: 1px solid #fcfc24;
|
||||
background: #e9e9bc;
|
||||
}
|
||||
.rounded3 {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
border-left: 1px solid #e9e9bc;
|
||||
border-right: 1px solid #e9e9bc;
|
||||
}
|
||||
.rounded4 {
|
||||
border-left: 1px solid #f3f36b;
|
||||
border-right: 1px solid #f3f36b;
|
||||
}
|
||||
.rounded5 {
|
||||
border-left: 1px solid #ebebaf;
|
||||
border-right: 1px solid #ebebaf;
|
||||
}
|
||||
.roundedfg {
|
||||
background: #e5e5e5;
|
||||
}
|
||||
|
||||
.content-box {display: block}
|
||||
.content-box * {
|
||||
display: block;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
font-size: .01em;
|
||||
background: #e5e5e5;
|
||||
}
|
||||
.content-box1 {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
border-left: 1px solid #f3f3f3;
|
||||
border-right: 1px solid #f3f3f3;
|
||||
background: #ebebeb;
|
||||
}
|
||||
.content-box2 {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
padding-right: 1px;
|
||||
padding-left: 1px;
|
||||
border-left: 1px solid #fcfcfc;
|
||||
border-right: 1px solid #fcfcfc;
|
||||
background: #e9e9e9;
|
||||
}
|
||||
.content-box3 {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
border-left: 1px solid #e9e9e9;
|
||||
border-right: 1px solid #e9e9e9;
|
||||
}
|
||||
.content-box4 {
|
||||
border-left: 1px solid #f3f3f3;
|
||||
border-right: 1px solid #f3f3f3;
|
||||
}
|
||||
.content-box5 {
|
||||
border-left: 1px solid #ebebeb;
|
||||
border-right: 1px solid #ebebeb;
|
||||
}
|
||||
.content-boxfg {
|
||||
background: #e5e5e5;
|
||||
}
|
||||
|
||||
.box-info {display: block}
|
||||
.box-info * {
|
||||
display:block;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
font-size:.01em;
|
||||
background:#e5e5e5}
|
||||
.rounded1{
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
border-left:1px solid #f3f36b;
|
||||
border-right:1px solid #f3f36b;
|
||||
background:#ebebaf}
|
||||
.rounded2{
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
padding-right:1px;
|
||||
padding-left:1px;
|
||||
border-left:1px solid #fcfc24;
|
||||
border-right:1px solid #fcfc24;
|
||||
background:#e9e9bc}
|
||||
.rounded3{
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
border-left:1px solid #e9e9bc;
|
||||
border-right:1px solid #e9e9bc;}
|
||||
.rounded4{
|
||||
border-left:1px solid #f3f36b;
|
||||
border-right:1px solid #f3f36b}
|
||||
.rounded5{
|
||||
border-left:1px solid #ebebaf;
|
||||
border-right:1px solid #ebebaf}
|
||||
.roundedfg{
|
||||
background:#e5e5e5}
|
||||
|
||||
|
||||
.content-box{display:block}
|
||||
.content-box *{
|
||||
display:block;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
font-size:.01em;
|
||||
background:#e5e5e5}
|
||||
.content-box1{
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
border-left:1px solid #f3f3f3;
|
||||
border-right:1px solid #f3f3f3;
|
||||
background:#ebebeb}
|
||||
.content-box2{
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
padding-right:1px;
|
||||
padding-left:1px;
|
||||
border-left:1px solid #fcfcfc;
|
||||
border-right:1px solid #fcfcfc;
|
||||
background:#e9e9e9}
|
||||
.content-box3{
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
border-left:1px solid #e9e9e9;
|
||||
border-right:1px solid #e9e9e9;}
|
||||
.content-box4{
|
||||
border-left:1px solid #f3f3f3;
|
||||
border-right:1px solid #f3f3f3}
|
||||
.content-box5{
|
||||
border-left:1px solid #ebebeb;
|
||||
border-right:1px solid #ebebeb}
|
||||
.content-boxfg{
|
||||
background:#e5e5e5}
|
||||
|
||||
.box-info{display:block}
|
||||
.box-info *{
|
||||
display:block;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
font-size:.01em;
|
||||
background:#aaffaa}
|
||||
.box-info1{
|
||||
background:#aaffaa;
|
||||
}
|
||||
.box-info1 {
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
border-left:1px solid #cbf0cb;
|
||||
border-right:1px solid #cbf0cb;
|
||||
background:#b8f8b8}
|
||||
.box-info2{
|
||||
background:#b8f8b8;
|
||||
}
|
||||
.box-info2 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
padding-right:1px;
|
||||
padding-left:1px;
|
||||
border-left:1px solid #dfe7df;
|
||||
border-right:1px solid #dfe7df;
|
||||
background:#b5fab5}
|
||||
.box-info3{
|
||||
background:#b5fab5;
|
||||
}
|
||||
.box-info3 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
border-left:1px solid #b5fab5;
|
||||
border-right:1px solid #b5fab5;}
|
||||
.box-info4{
|
||||
border-right:1px solid #b5fab5;
|
||||
}
|
||||
.box-info4 {
|
||||
border-left:1px solid #cbf0cb;
|
||||
border-right:1px solid #cbf0cb}
|
||||
.box-info5{
|
||||
border-right:1px solid #cbf0cb;
|
||||
}
|
||||
.box-info5 {
|
||||
border-left:1px solid #b8f8b8;
|
||||
border-right:1px solid #b8f8b8}
|
||||
.box-infofg{
|
||||
background:#aaffaa}
|
||||
border-right:1px solid #b8f8b8;
|
||||
}
|
||||
.box-infofg {
|
||||
background:#aaffaa;
|
||||
}
|
||||
|
||||
.box-warn{display:block}
|
||||
.box-warn *{
|
||||
.box-warn {display:block}
|
||||
.box-warn * {
|
||||
display:block;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
font-size:.01em;
|
||||
background:#AAAAFF}
|
||||
.box-warn1{
|
||||
background:#AAAAFF;
|
||||
}
|
||||
.box-warn1 {
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
border-left:1px solid #dadaff;
|
||||
border-right:1px solid #dadaff;
|
||||
background:#bfbfff}
|
||||
.box-warn2{
|
||||
background:#bfbfff;
|
||||
}
|
||||
.box-warn2 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
padding-right:1px;
|
||||
padding-left:1px;
|
||||
border-left:1px solid #f6f6ff;
|
||||
border-right:1px solid #f6f6ff;
|
||||
background:#babaff}
|
||||
.box-warn3{
|
||||
background:#babaff;
|
||||
}
|
||||
.box-warn3 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
border-left:1px solid #babaff;
|
||||
border-right:1px solid #babaff;}
|
||||
.box-warn4{
|
||||
border-right:1px solid #babaff;
|
||||
}
|
||||
.box-warn4 {
|
||||
border-left:1px solid #dadaff;
|
||||
border-right:1px solid #dadaff}
|
||||
.box-warn5{
|
||||
border-right:1px solid #dadaff;
|
||||
}
|
||||
.box-warn5 {
|
||||
border-left:1px solid #bfbfff;
|
||||
border-right:1px solid #bfbfff}
|
||||
.box-warnfg{
|
||||
background:#AAAAFF}
|
||||
border-right:1px solid #bfbfff;
|
||||
}
|
||||
.box-warnfg {
|
||||
background:#AAAAFF;
|
||||
}
|
||||
|
||||
.box-alert{display:block}
|
||||
.box-alert *{
|
||||
.box-alert {display:block}
|
||||
.box-alert * {
|
||||
display:block;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
font-size:.01em;
|
||||
background:#FFAAAA}
|
||||
.box-alert1{
|
||||
background:#FFAAAA;
|
||||
}
|
||||
.box-alert1 {
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
border-left:1px solid #ffdada;
|
||||
border-right:1px solid #ffdada;
|
||||
background:#ffbfbf}
|
||||
.box-alert2{
|
||||
background:#ffbfbf;
|
||||
}
|
||||
.box-alert2 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
padding-right:1px;
|
||||
padding-left:1px;
|
||||
border-left:1px solid #fff6f6;
|
||||
border-right:1px solid #fff6f6;
|
||||
background:#ffbaba}
|
||||
.box-alert3{
|
||||
background:#ffbaba;
|
||||
}
|
||||
.box-alert3 {
|
||||
margin-left:1px;
|
||||
margin-right:1px;
|
||||
border-left:1px solid #ffbaba;
|
||||
border-right:1px solid #ffbaba;}
|
||||
.box-alert4{
|
||||
border-right:1px solid #ffbaba;
|
||||
}
|
||||
.box-alert4 {
|
||||
border-left:1px solid #ffdada;
|
||||
border-right:1px solid #ffdada}
|
||||
.box-alert5{
|
||||
border-right:1px solid #ffdada;
|
||||
}
|
||||
.box-alert5 {
|
||||
border-left:1px solid #ffbfbf;
|
||||
border-right:1px solid #ffbfbf}
|
||||
.box-alertfg{
|
||||
background:#FFAAAA}
|
||||
|
||||
border-right:1px solid #ffbfbf;
|
||||
}
|
||||
.box-alertfg {
|
||||
background:#FFAAAA;
|
||||
}
|
||||
|
||||
img { border: 0; }
|
||||
|
||||
@@ -446,7 +481,6 @@ a.list-device-disabled, a.list-device-disabled:visited {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
|
||||
|
||||
.text-more {
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
@@ -603,14 +637,12 @@ p.vspace { padding-top: 3px; padding-bottom: 3px; }
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.graphcell, .ifcell, .devicecell, .datacell { margin: 0px 0px 7px 0px; padding: 7px; border: 0px; background: #e8e8e8; float: left; }
|
||||
.ifcell { float: left; clear:right; background:none; }
|
||||
|
||||
.datacell { clear: both; }
|
||||
.devicecell { margin: 2px auto; }
|
||||
|
||||
|
||||
.sidepane { clear: left; background:none;}
|
||||
.mainpane { float: none; clear: right; background:none; }
|
||||
|
||||
@@ -636,7 +668,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
#top{
|
||||
#top {
|
||||
height:17px;
|
||||
padding:2px 21px 0px 21px;
|
||||
font:normal 11px arial;
|
||||
@@ -647,13 +679,13 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
#center{
|
||||
#center {
|
||||
width:1200px;
|
||||
margin:0px auto 0px auto;
|
||||
|
||||
}
|
||||
|
||||
#logo{
|
||||
#logo {
|
||||
padding-left:21px;
|
||||
}
|
||||
|
||||
@@ -687,7 +719,6 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
|
||||
.left {clear:both;}
|
||||
|
||||
|
||||
/* For fancy tabs */
|
||||
|
||||
.shadetabs {
|
||||
@@ -701,13 +732,12 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
text-align: left; /*set to left, center, or right to align the menu as desired*/
|
||||
}
|
||||
|
||||
.shadetabs li{
|
||||
.shadetabs li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.shadetabs li a{
|
||||
.shadetabs li a {
|
||||
text-decoration: none;
|
||||
padding: 3px 7px;
|
||||
margin-right: 3px;
|
||||
@@ -716,28 +746,28 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
background: white url(../images/menu2.gif) top left repeat-x;
|
||||
}
|
||||
|
||||
.shadetabs li a:visited{
|
||||
.shadetabs li a:visited {
|
||||
color: #2d2b2b;
|
||||
}
|
||||
|
||||
.shadetabs li a:hover{
|
||||
.shadetabs li a:hover {
|
||||
text-decoration: none;
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
.shadetabs li.selected{
|
||||
.shadetabs li.selected {
|
||||
}
|
||||
|
||||
.shadetabs li.selected a{ /*selected main tab style */
|
||||
.shadetabs li.selected a { /*selected main tab style */
|
||||
background-image: url(../images/shadeactive.gif);
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.shadetabs li.selected a:hover{ /*selected main tab style */
|
||||
.shadetabs li.selected a:hover { /*selected main tab style */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.contentstyle{
|
||||
.contentstyle {
|
||||
border: 1px solid #aaaaaa;
|
||||
width: 1176px;
|
||||
margin-bottom: 1em;
|
||||
@@ -752,36 +782,32 @@ color: #cc0000;
|
||||
|
||||
### qTip stuff
|
||||
|
||||
.qtip .qtip-content{
|
||||
.qtip .qtip-content {
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.qtip .qtip-content .qtip-title,
|
||||
.qtip-cream .qtip-content .qtip-title{
|
||||
.qtip-cream .qtip-content .qtip-title {
|
||||
background-color: #F0DE7D;
|
||||
}
|
||||
|
||||
.qtip-light .qtip-content .qtip-title{
|
||||
.qtip-light .qtip-content .qtip-title {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.qtip-dark .qtip-content .qtip-title{
|
||||
.qtip-dark .qtip-content .qtip-title {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
.qtip-red .qtip-content .qtip-title{
|
||||
.qtip-red .qtip-content .qtip-title {
|
||||
background-color: #F28279;
|
||||
}
|
||||
|
||||
.qtip-green .qtip-content .qtip-title{
|
||||
.qtip-green .qtip-content .qtip-title {
|
||||
background-color: #B9DB8C;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Navigation Bar */
|
||||
|
||||
/* Navigation Bar */
|
||||
|
||||
#menium {
|
||||
@@ -855,10 +881,8 @@ color: #cc0000;
|
||||
|
||||
#menium li .drop {
|
||||
padding-right:5px;
|
||||
vbackground:url("../images/drop.png") no-repeat right 8px;
|
||||
}
|
||||
#menium li:hover .drop {
|
||||
vbackground:url("../images/drop.png") no-repeat right 7px;
|
||||
}
|
||||
|
||||
/* Drop Down */
|
||||
@@ -1063,7 +1087,6 @@ color: #cc0000;
|
||||
margin:0px 0px 4px 0px;
|
||||
}
|
||||
|
||||
|
||||
/* Header
|
||||
-----------------------------------------------------------------------------*/
|
||||
/* gumax-header */
|
||||
|
Reference in New Issue
Block a user