]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/user.css
Merge pull request #26 from udacity/remove_dj_version
[osqa.git] / forum / skins / default / media / style / user.css
index 58042262f3a08d6f5f78d737bde5776df4307972..7c8bcbb350be7e131ae7205fbd21fd34126bdc8e 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;
@@ -108,3 +79,4 @@ div.dialog.award-rep-points table input, div.dialog.award-rep-points table texta
 .user-moderator { background: url('/m/default/media/images/user-sprite.png') no-repeat 0 -51px; }
 .user-subscriptions { background: url('/m/default/media/images/user-sprite.png') no-repeat 0 -68px; }
 .user-superuser { background: url('/m/default/media/images/user-sprite.png') no-repeat 0 -85px; }
+