more font size tweaks.
[citadel.git] / webcit / static / styles / modal.css
index c3331bebdeb5606813b07ba97d5b8b53c493b8a5..e0fc3969f559774a655badd0c61f78efa4d8743b 100644 (file)
@@ -33,7 +33,7 @@
        display:table;
        height:100%;
        vertical-align:middle;
-       width:300px;
+       width:80%;
        z-index:9999;
        *width:100%;
        *text-align:center;
@@ -44,7 +44,7 @@
 .md-dialog-wrap {
        display:table-cell;
        vertical-align:middle;
-       *width:300px;
+       *width:80%;
        *text-align:left;
        *zoom:1;
        *display:inline;
@@ -57,7 +57,7 @@
        *display:inline;
        *height:100%;
        *width:0;
-       *background:red;
+       *background:#022750;
 }
 
 #modal {
@@ -69,6 +69,7 @@
 }
 
 .md-dialog {
-       background:white;
-       border:2px solid #800;
+       background: white;
+       border: 2px solid #022750;
+       padding: 10px;
 }