X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ca88510e4dd14206f623cababfda1e8a9daf70d4..71989f8232e1d24fe604bdd2333e9643195ebaed:/forum/skins/default/media/style/user.css?ds=sidebyside diff --git a/forum/skins/default/media/style/user.css b/forum/skins/default/media/style/user.css index 5804226..f4fff84 100644 --- a/forum/skins/default/media/style/user.css +++ b/forum/skins/default/media/style/user.css @@ -11,44 +11,15 @@ 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;