summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorRoman Geber <rgeber@owncloudapps.com>2013-06-26 22:51:38 +0200
committerRoman Geber <rgeber@owncloudapps.com>2013-06-26 22:51:38 +0200
commitda0caadf4ecbf101bf8ea40007357baf98c8437b (patch)
treeda6b049e927c24ab56db84c941bca5dbd3383fd0 /apps/files_sharing/css
parentddb0ff346d3d8063f88fdba8749e098a81b92d54 (diff)
downloadnextcloud-server-da0caadf4ecbf101bf8ea40007357baf98c8437b.tar.gz
nextcloud-server-da0caadf4ecbf101bf8ea40007357baf98c8437b.zip
Added file-upload to GIT repo
Optimized CSS identifiers
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 68549d14fe1..71133145c87 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -15,13 +15,13 @@ body {
padding:.5em;
}
-#header #details {
+#details {
color:#fff;
- float: left;
+ float: left;
}
-#header #public_upload,
-#header #download {
+#public_upload,
+#download {
font-weight:700;
margin: 0 0.4em 0 2em;
padding: 0 5px;
@@ -30,12 +30,12 @@ body {
}
-#header #public_upload {
+#public_upload {
margin-left: 0.3em;
}
-#header #public_upload img,
-#header #download img {
+#public_upload img,
+#download img {
padding-left:.1em;
padding-right:.3em;
vertical-align:text-bottom;
@@ -107,7 +107,7 @@ thead{
width: 100% !important;
}
-.header-right #download span {
+#download span {
position: relative;
bottom: 3px;
}