mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixes to web if
git-svn-id: http://www.observium.org/svn/observer/trunk@2474 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,6 +15,34 @@ body {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.rounded-2px {
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.rounded-3px {
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.rounded-5px {
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.rounded-10px {
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.pagemenu-selected {
|
||||
font-weight: bold;
|
||||
background-color: #cecece;
|
||||
|
||||
Reference in New Issue
Block a user