mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 13:10:48 -04:00
Move debug CSS into core/css/debug.css, and enable it for admin themes also
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user