]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/user.css
#SPLUNK-122, adding hidden overflow for the editor preview container, this way the...
[osqa.git] / forum / skins / default / media / style / user.css
index 58042262f3a08d6f5f78d737bde5776df4307972..f4fff84082e72ef2bbc1c518a82d90debe234696 100644 (file)
     color: #3060A8;
 }
 
-#user-menu-dropdown, div.dialog {
+#user-menu-dropdown {
     position: absolute;
-    background-color: #B6C4E2;
+    background-color: #EEEEEE;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-box-shadow: 2px 2px 5px #3060A8;
     -webkit-box-shadow: 2px 2px 5px #3060A8;
 }
 
-div.dialog .dialog-buttons {
-    margin: 0px;
-    height: 25px;
-    text-align: center;
-    position: absolute;
-    bottom: 0px;
-    left: 0px;
-    width: 100%;
-}
-
-.dialog-yes, .dialog-no {
-    margin: 0 3px 5px 3px;
-    -moz-border-radius: 3px;
-    -webkit-border-radius: 3px;
-    background-color: #3060A8;
-    color: white;
-    height: 20px;
-    line-height: 20px;
-    font-weight: bold;
-    border: 0;
-}
-
-div.dialog.confirm {
-    text-align: center;
-    line-height: 75px;
-    font-size: 140%;
-    font-weight: bold;
-}
-
 div.dialog.award-rep-points table {
     margin: auto;
     margin-top: 8px;