summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-01 00:16:08 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-01 00:16:08 +0000
commit7c82691e0057188e07601c30069385c3f17cbff1 (patch)
treea1bc9b21b62314bc34784625b0f1b0e8dfdddb47 /core/css
parent11d2788af8111a036d2279563fe6a21f374b5b9c (diff)
Move debug CSS into core/css/debug.css, and enable it for admin themes also
Diffstat (limited to 'core/css')
-rw-r--r--core/css/debug.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/core/css/debug.css b/core/css/debug.css
new file mode 100644
index 00000000..82d365aa
--- /dev/null
+++ b/core/css/debug.css
@@ -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%;
+}
+