From 6c5c22b877f6a91b4046433e13588cd3c679dc3f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 26 Jul 2014 03:54:11 -0400
Subject: [PATCH] Create/rename groups in UI dialogs (#1489951)

---
 skins/classic/common.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/skins/classic/common.css b/skins/classic/common.css
index c50d1c7..74de5e4 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -617,6 +617,9 @@
   height: 16px;
 }
 
+.popup label > input {
+  margin-left: 10px;
+}
 
 /***** common table settings ******/
 
@@ -643,7 +646,7 @@
   border-bottom: 1px solid #EBEBEB;
   overflow: hidden;
   text-align: left;
-	outline: none;
+  outline: none;
 }
 
 table.records-table tr
@@ -701,7 +704,6 @@
 {
   background: url(images/icons/expanded.png) bottom right no-repeat;
 }
-
 
 ul.treelist,
 ul.treelist li ul

--
Gitblit v1.9.1