]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/general.css
Fix for non-existing function 'apache_get_modules' (why is that disabled here???)
[mailer.git] / theme / desert / css / general.css
index df64581418917f8d683b3f72472ceaeccb41f6f2..2d788a922bebd1189f64c80e66632cc75764c54b 100644 (file)
@@ -424,9 +424,10 @@ DIV.admin_note {
 
 .admin_delete, .admin_yes {
        border-style            : groove;
-       border                  : solid 1px #880000;
+       border                          : solid 1px #880000;
        background-color        : #880000;
-       color                   : #FFFFCC;
+       color                           : #FFFFCC;
+       cursor                          : pointer;
 }
 
 .guest_stats {
@@ -672,3 +673,12 @@ DIV.admin_note {
        text-align                      : center;
        width                           : 400px;
 }
+
+.member_skyscraper, .guest_skyscraper {
+       width                           : 122px;
+       height                          : 602px;
+       border                          : 1px solid #880000;
+       margin                          : 0px;
+       padding                         : 0px;
+       padding-top                     : 1px;
+}