diff options
author | Robin <robin@Amaya.(none)> | 2010-03-24 16:35:24 +0100 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-03-24 16:35:24 +0100 |
commit | ba9c95621bccddc8c83689906643a080e1671f22 (patch) | |
tree | 0bf3686caccf70312aaa039d50b4cd7e662d964c /css | |
parent | 3f88fb9f14d330e7454edcfecfdf6d39a589949c (diff) | |
download | nextcloud-server-ba9c95621bccddc8c83689906643a080e1671f22.tar.gz nextcloud-server-ba9c95621bccddc8c83689906643a080e1671f22.zip |
ajax interface
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.php | 11 |
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 |