[gnome-chat] main-toolbar: Add separator between the headerbars



commit 894536b0d3b29853cbba4590ecce77212c0bf496
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Tue Sep 10 17:18:03 2013 +0300

    main-toolbar: Add separator between the headerbars

 src/chat.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/chat.css b/src/chat.css
index db5de4a..0de2bac 100644
--- a/src/chat.css
+++ b/src/chat.css
@@ -1,3 +1,11 @@
+.chat-left-header-bar:dir(ltr) {
+ border-right-width: 1px;
+}
+
+.chat-left-header-bar:dir(rtl) {
+ border-left-width: 1px;
+}
+
 .chat-left-header-bar:dir(ltr),
 .chat-right-header-bar:dir(rtl) {
   border-top-right-radius: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]