aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-06-25 14:25:33 -0700
committerSimon <simon@kisikew.org>2012-06-25 14:25:33 -0700
commitd944ff7833355f3bae7befd9c97becf01c4083b1 (patch)
treed42b6cd22730286fc4b8d47669901d9106a8c1c2 /view/theme/dispy/light/style.less
parentcb450d336559c8d2049861f518420c100719a8d6 (diff)
parent2ed3af55a821f99732950e3ba2c43f7ba816d5bc (diff)
downloadvolse-hubzilla-d944ff7833355f3bae7befd9c97becf01c4083b1.tar.gz
volse-hubzilla-d944ff7833355f3bae7befd9c97becf01c4083b1.tar.bz2
volse-hubzilla-d944ff7833355f3bae7befd9c97becf01c4083b1.zip
Merge pull request #361 from simonlnu/master
cleaned up the css a bit
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less17
1 files changed, 4 insertions, 13 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index c5624841e..13f296d22 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -326,6 +326,7 @@ h6 {
}
#item-delete-selected-desc {
float: left;
+ font-size: smaller;
margin-right: 5px;
&:hover {
text-decoration: underline;
@@ -1534,10 +1535,6 @@ nav #nav-notifications-linkmenu {
}
}
}
-#item-delete-selected {
- overflow: auto;
- width: 100%;
-}
#connect-services-header,
#extra-help-header {
margin: 1.5em 0 0 0;
@@ -2371,20 +2368,14 @@ div {
}
#item-delete-selected {
margin-top: 30px;
-}
-/* was tired of having no way of moving it around, so
-* here's a little 'hook' to do so */
-#item-delete-selected {
position: absolute;
left: 35px;
- margin-top: 20px;
+ width: 15em;
+ overflow: auto;
}
#item-delete-selected-icon {
float: left;
- margin-right: 5px;
-}
-#item-delete-selected-desc {
- font-size: smaller;
+ margin: 11px 5px;
}
.fc-state-highlight {
background: @bg_colour;