summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-12 08:24:23 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-12 08:24:23 +0000
commitce6d7b8d3799cf5996a7c4fd512bf4efb85d1c5b (patch)
tree809bc7b61bd1fd48eda3360b57332a1efa5eeb12 /core
parent8a79d328edc993228430de2705c5470747feaebd (diff)
Keep CSS selector attribute definitions alphabetized.
Diffstat (limited to 'core')
-rw-r--r--core/css/debug.css18
-rw-r--r--core/css/quick.css22
2 files changed, 20 insertions, 20 deletions
diff --git a/core/css/debug.css b/core/css/debug.css
index c957fd77..fe5665ad 100644
--- a/core/css/debug.css
+++ b/core/css/debug.css
@@ -1,9 +1,9 @@
.gAnnotatedThemeBlock {
- position: relative;
- padding: 1em;
- margin: 1em;
border: 1px solid #C00;
clear: both;
+ margin: 1em;
+ padding: 1em;
+ position: relative;
}
.gAnnotatedThemeBlock_album_top {
@@ -15,14 +15,14 @@
}
.gAnnotatedThemeBlock div.title {
- position: absolute;
- top: -1em;
- right: -1em;
- border: 1px solid black;
background: #C00;
+ border: 1px solid black;
color: white;
- text-align: left;
- padding: 4px;
font-size: 110%;
+ padding: 4px;
+ position: absolute;
+ right: -1em;
+ top: -1em;
+ text-align: left;
-moz-border-radius: 5%;
}
diff --git a/core/css/quick.css b/core/css/quick.css
index 3e9a8843..5a8b21cd 100644
--- a/core/css/quick.css
+++ b/core/css/quick.css
@@ -1,30 +1,30 @@
.gQuick {
- margin: 0 !important;
- padding: 0 !important;
border: none !important;
+ margin: 0 !important;
+ padding: 0 !important;
}
#gQuickPane {
background: #fff;
- opacity: 0.8;
border-bottom: 1px dashed #000;
+ opacity: 0.8;
}
#gQuickPane div {
background-color: red;
- float: right;
- display: inline;
cursor: pointer;
+ display: inline;
+ float: right;
margin: 8px;
}
#gQuickPane .rotate-clockwise {
background: url('../images/arrow_rotate_clockwise.png');
- width: 16px;
height: 16px;
position: absolute;
- top: 0px;
right: 0px;
+ top: 0px;
+ width: 16px;
}
#gQuickPane .rotate-clockwise span {
@@ -33,11 +33,11 @@
#gQuickPane .rotate-counter-clockwise {
background: url('../images/arrow_rotate_anticlockwise.png');
- width: 16px;
height: 16px;
+ left: 0px;
position: absolute;
top: 0px;
- left: 0px;
+ width: 16px;
}
#gQuickPane .rotate-counter-clockwise span {
@@ -46,11 +46,11 @@
#gQuickPane .edit {
background: url('../images/image_edit.png');
- width: 16px;
height: 16px;
+ left: 50%;
position: absolute;
top: 0px;
- left: 50%;
+ width: 16px;
}
#gQuickPane .edit span {