plugins/kolab_notes

Aleksander Machniak machniak at kolabsys.com
Wed Apr 16 11:40:13 CEST 2014


 plugins/kolab_notes/skins/larry/notes.css            |   14 +++++++++-----
 plugins/kolab_notes/skins/larry/templates/notes.html |    3 +++
 2 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 3d091287955657cb17bcec470b2a6694db78e08e
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Apr 16 11:32:13 2014 +0200

    Improved notes UI style

diff --git a/plugins/kolab_notes/skins/larry/notes.css b/plugins/kolab_notes/skins/larry/notes.css
index 96e962f..d40e486 100644
--- a/plugins/kolab_notes/skins/larry/notes.css
+++ b/plugins/kolab_notes/skins/larry/notes.css
@@ -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;
 }
diff --git a/plugins/kolab_notes/skins/larry/templates/notes.html b/plugins/kolab_notes/skins/larry/templates/notes.html
index 86910b2..36a1260 100644
--- a/plugins/kolab_notes/skins/larry/templates/notes.html
+++ b/plugins/kolab_notes/skins/larry/templates/notes.html
@@ -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" />




More information about the commits mailing list