css changes. fixes to graph browser.

git-svn-id: http://www.observium.org/svn/observer/trunk@2573 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-26 12:16:05 +00:00
parent 0a253c1073
commit e394048ee4
5 changed files with 25 additions and 14 deletions

View File

@@ -49,7 +49,10 @@ ul ul ul { list-style: square outside; }
.pagemenu-selected {
font-weight: bold;
background-color: #cecece;
background-color: #dfdfdf;
border: 1px solid #c0c0c0;
margin: -1px;
padding:3px 8px 4px 8px;
@@ -58,6 +61,11 @@ ul ul ul { list-style: square outside; }
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: #CCC 0 0 2px;
-moz-box-shadow: #CCC 0 0 2px;
box-shadow: #CCC 0 0 2px;
}
.submit {