Move debug CSS into core/css/debug.css, and enable it for admin themes also

This commit is contained in:
Bharat Mediratta
2009-01-01 00:16:08 +00:00
parent 11d2788af8
commit 7c82691e00
5 changed files with 60 additions and 42 deletions
+29
View File
@@ -0,0 +1,29 @@
.gAnnotatedThemeBlock {
position: relative;
padding: 1em;
margin: 1em;
border: 1px solid #C00;
clear: both;
}
.gAnnotatedThemeBlock_album_top {
float: right;
}
.gAnnotatedThemeBlock_header_bottom {
float: right;
}
.gAnnotatedThemeBlock div.title {
position: absolute;
top: -1em;
right: -1em;
border: 1px solid black;
background: #C00;
color: white;
text-align: left;
padding: 4px;
font-size: 110%;
-moz-border-radius: 5% 5% 5% 5%;
}