summaryrefslogtreecommitdiffstats
path: root/core/css/share.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/share.css')
-rw-r--r--core/css/share.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css
index e806d25982e..2480a571ae5 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -24,6 +24,18 @@
#shareWithList li {
padding-top:.1em;
}
+
+ #shareWithList li:first-child {
+ white-space:normal;
+ }
+
+ #shareWithList .cruds {
+ margin-left:-10px;
+ }
+
+#shareWithList .unshare img, #shareWithList .showCruds img {
+ vertical-align:text-bottom; /* properly align icons */
+}
#dropdown label {
font-weight:400;
@@ -43,6 +55,7 @@
float:right;
opacity:.5;
padding:.3em 0 0 .3em !important;
+ margin-top:-5px;
}
#link {
@@ -75,4 +88,6 @@
a.showCruds:hover,a.unshare:hover {
opacity:1;
- } \ No newline at end of file
+ }
+
+.reshare { white-space:normal; } /* fix shared by text going out of box */