mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Fix layout - somewhat...
This commit is contained in:
parent
a55c50fd73
commit
c1ca6e6120
@ -1,4 +1,4 @@
|
||||
|
||||
#content-wrapper { overflow: hidden; }
|
||||
/* General element settings */
|
||||
#content li { cursor: default; }
|
||||
#content input[type=checkbox] {
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
/* Left content */
|
||||
|
||||
#leftcontent { padding: 0; margin: 0; }
|
||||
#leftcontent { position:absolute; top: 4em; bottom: 0; overflow-x:hidden; overflow-y: auto; padding: 0; margin: 0; }
|
||||
#leftcontent a { display: inline-block; padding: 0; margin: 0; }
|
||||
#leftcontent h3 {
|
||||
cursor: pointer;
|
||||
@ -466,7 +466,7 @@ input[type="checkbox"].propertytype { width: 10px; }
|
||||
|
||||
/* Right content layout */
|
||||
|
||||
#rightcontent, .rightcontent { position:absolute; top: 4em; left: 20em; overflow-x:hidden; overflow-y: auto; }
|
||||
#rightcontent, .rightcontent { position:absolute; top: 4em; left: 20em; right: 0; bottom: 0; overflow-x:hidden; overflow-y: auto; }
|
||||
|
||||
/* Contact layout */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user