aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 00:21:11 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 00:21:11 +0200
commit25c48e6aed35084d3bd49e5b577a4ace9f640bc8 (patch)
tree9640a2ac81c452313b02e047ae2f980637b49145 /core
parent556bf2ef4ddf1aa47f1ebd90494f562076fdeac2 (diff)
downloadnextcloud-server-25c48e6aed35084d3bd49e5b577a4ace9f640bc8.tar.gz
nextcloud-server-25c48e6aed35084d3bd49e5b577a4ace9f640bc8.zip
lots of small style fixes for the file list
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 7a26c2f6703..f5f54a1c9f6 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -5,7 +5,9 @@ body { background:#fefefe url('../img/body_background.jpg') repeat-y left top; f
#owncloud { float:left; margin:0 0 0 2em; }
h1 { margin:1em 3em 1em 0; border-bottom:1px solid #666; text-transform:uppercase; font-weight:normal; font-style:italic; color:#666; }
p.center { text-align:center; }
-a { color:#000; text-decoration:none; }
+a { color:#000; text-decoration:none; outline:0; }
+table { white-space:nowrap; }
+input { background:#fff; cursor:pointer; }
form#user_settings { max-width:600px; }
form#user_settings p label { display:block; float:left; width:35%; padding:0.4em 0.5em 0 0; text-align:right; }