diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-08-30 19:01:36 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-08-30 19:01:44 +0200 |
commit | 6f23208ff68d4a8bf2fc20b1fcad6b5e636fb584 (patch) | |
tree | 835da8a2b726dbab5ae5242d5d467c1801b7903f /css | |
parent | f0bbfee2b49c4bf36ffe668a022a5357c03bf0b2 (diff) |
conditionally load in stylesheets for owncloud 6 to fix layout problems, fix #320
Diffstat (limited to 'css')
-rw-r--r-- | css/owncloud6.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css new file mode 100644 index 000000000..14ba3d1cb --- /dev/null +++ b/css/owncloud6.css @@ -0,0 +1,19 @@ +#app-navigation .utils { + top: 7px; +} + +#app-navigation .add-new input, +#app-navigation .add-new select { + width: 170px; +} + +#app-navigation .ui-draggable-dragging { + width: 299px; +} + +#app-navigation .progress-icon, +#app-navigation .problem-icon { + width: 299px; + line-height: 44px; +} + |