Removed unnecessary CSS that is handled by JQuery UI CSS now; add some overrides

Finished with integrating JQuery UI Dialogs, closes: #abb97f
This commit is contained in:
Paul van Tilburg 2012-02-13 18:10:40 +01:00
parent 0cdcec4275
commit 5b4a24e0a6
1 changed files with 7 additions and 31 deletions

View File

@ -4,6 +4,7 @@ html { height: 100%; }
body {
font-family: sans-serif;
font-size: 12px;
height: 100% }
}
@ -28,40 +29,11 @@ pre {
float: right;
cursor: pointer;
color: #ccc;
font-size: 30px;
}
#header #add:hover { color: #000; }
#add_dialog {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
z-index: 999;
}
#add_dialog .background {
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
width: 100%;
height: 100%;
background: #ddd;
opacity: 0.8;
}
#add_dialog form {
z-index: 1001;
width: 500px;
height: 430px;
margin: 100px auto;
background: white;
border: thin solid black;
padding: 15px;
text-align: left;
position: relative;
}
#add_dialog { margin-top: 16px; }
#add_dialog #new_title { width: 300px; }
@ -132,3 +104,7 @@ pre {
font-size: 11px;
padding-top: 5px;
}
/* JQuery UI CSS overrides */
.ui-widget { font-size: 100%; }