aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/public
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-12-30 23:06:03 +0100
committerMarcin Kuzminski <marcin@python-works.com>2012-12-30 23:06:03 +0100
commitb8e1df75b21aad11a161aa3930eb7f26c1c45770 (patch)
treefcc9b54514288e334d5cf135ecb0e28fb12053bb /rhodecode/public
parent41981be79eefe651870aab3138d143296a4205a2 (diff)
Added UserIpMap interface for allowed IP addresses and IP restriction access
ref #264 IP restriction for users and user groups --HG-- branch : beta extra : amend_source : b1cad1d9ff6ef50b570689dacec7902a8909895b
Diffstat (limited to 'rhodecode/public')
-rw-r--r--rhodecode/public/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css
index c9222015..b33ac26e 100644
--- a/rhodecode/public/css/style.css
+++ b/rhodecode/public/css/style.css
@@ -4040,6 +4040,22 @@ div#legend_container table td,div#legend_choices table td {
float: left
}
+.ips_wrap{
+ padding: 0px 20px;
+}
+
+.ips_wrap .ip_entry{
+ height: 30px;
+ padding:0px 0px 0px 10px;
+}
+.ips_wrap .ip_entry .ip{
+ float: left
+}
+.ips_wrap .ip_entry .ip_action{
+ float: left
+}
+
+
/*README STYLE*/
div.readme {