From 7c82691e0057188e07601c30069385c3f17cbff1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 1 Jan 2009 00:16:08 +0000 Subject: Move debug CSS into core/css/debug.css, and enable it for admin themes also --- core/css/debug.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 core/css/debug.css (limited to 'core/css') 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%; +} + -- cgit v1.2.3