Improved notes UI style

This commit is contained in:
Aleksander Machniak 2014-04-16 11:32:13 +02:00
parent 0e88a3fb98
commit 3d09128795
2 changed files with 12 additions and 5 deletions

View file

@ -24,7 +24,7 @@
.notesview #sidebar {
position: absolute;
top: 42px;
top: 0;
left: 0;
bottom: 0;
width: 240px;
@ -57,7 +57,11 @@
}
.notesview #mainview-right {
top: 42px;
position: absolute;
bottom: 0;
right: 0;
top: 0;
left: 252px;
}
.notesview #tagsbox {
@ -65,12 +69,12 @@
top: 0;
left: 0;
width: 100%;
height: 242px;
height: 240px;
}
.notesview #notebooksbox {
position: absolute;
top: 300px;
top: 252px;
left: 0;
width: 100%;
bottom: 0px;
@ -109,7 +113,7 @@
.notesview #notedetailsbox {
position: absolute;
top: 0;
left: 256px;
left: 252px;
right: 0;
bottom: 0px;
}

View file

@ -22,6 +22,8 @@
</div>
</div>
<div id="mainscreencontent">
<div id="sidebar">
<div id="tagsbox" class="uibox listbox">
<h2 class="boxtitle"><roundcube:label name="kolab_notes.tags" id="taglist" /></h2>
@ -69,6 +71,7 @@
</div>
</div>
</div>
</div>
<roundcube:object name="message" id="messagestack" />