summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-03-24 16:35:24 +0100
committerRobin <robin@Amaya.(none)>2010-03-24 16:35:24 +0100
commitba9c95621bccddc8c83689906643a080e1671f22 (patch)
tree0bf3686caccf70312aaa039d50b4cd7e662d964c /css
parent3f88fb9f14d330e7454edcfecfdf6d39a589949c (diff)
downloadnextcloud-server-ba9c95621bccddc8c83689906643a080e1671f22.tar.gz
nextcloud-server-ba9c95621bccddc8c83689906643a080e1671f22.zip
ajax interface
Diffstat (limited to 'css')
-rwxr-xr-xcss/default.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/css/default.php b/css/default.php
index c781e58de75..8d10b89cab9 100755
--- a/css/default.php
+++ b/css/default.php
@@ -127,6 +127,11 @@ a#owncloud-logo span {
font-weight:bold;
}
-
-
-
+.hidden{
+ height:0px;
+ width:0px;
+ margin:0px;
+ padding:0px;
+ border:0px;
+ //do not use display:none here, it breaks iframes in some browsers
+} \ No newline at end of file