about dialog, UI tweaks

This commit is contained in:
Andrew Dolgov
2011-04-18 16:29:10 +04:00
parent ff9e70af47
commit da497babda
5 changed files with 63 additions and 91 deletions

View File

@@ -434,59 +434,6 @@ a.helpLink:hover {
font-size : 12px;
}
/*
div.firstTab {
width : 10px;
float : left;
}
div.prefsTab:hover {
cursor : pointer;
}
div.prefsTab.Selected:hover {
cursor : pointer;
}
div.prefsTab {
float : left;
border-width : 1px 1px 0px 1px;
border-color : #C4D1E4;
border-style : solid;
margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px;
font-size : 12px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
border-collapse : collapse;
min-width : 100px;
text-align : center;
cursor : pointer;
position : relative;
bottom : -1px;
height : 30px;
}
div.prefsTab.Selected {
float : left;
border-width : 1px 1px 0px 1px;
border-color : #88b0f0;
border-style : solid;
margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px;
background-color : #ecf4ff;
font-size : 12px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
border-collapse : collapse;
font-weight : bold;
min-width : 100px;
text-align : center;
cursor : pointer;
position : relative;
bottom : -1px;
z-index : 3;
height : 30px;
} */
div.notice {
background : #ffffff;
border : 1px solid #88b0f0;
@@ -1467,11 +1414,6 @@ div.fatalError textarea {
border-width : 0px;
}
/* #content-tabs .dijitTab {
margin-top : 0px;
padding-top : 0px;
} */
#toolbar {
padding : 0px;
margin : 0px;