Commit ef9b1837 authored by Leo Iannacone's avatar Leo Iannacone

Better dialog style

parent ace449ed
......@@ -2133,6 +2133,10 @@ div.dialog, .context-menu-dropdown {
text-shadow: 0 1px 0 #777;
}
.dialog a, .context-menu-dropdown a {
color: white;
font-weight: bold;
}
div.dialog .dialog-wcwontent {
padding: 12px 12px 42px 12px;
......@@ -2143,10 +2147,10 @@ div.dialog .dialog-buttons {
margin: 0px;
height: 25px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
margin-top: 4px;
}
div.dialog .dialog-buttons a {
......@@ -2155,7 +2159,7 @@ div.dialog .dialog-buttons a {
.dialog-yes, .dialog-no {
padding: 0px 5px;
margin: 0 3px 5px 3px;
margin: 0 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #DD4818;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment