comparison rhodecode/public/css/style.css @ 3146:c5169e445fb8 beta

Full IP restrictions enabled - short cache query for IP for performance - remove redundant logic - some small css fixes for login form to better show IP restricted message
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 04 Jan 2013 23:34:53 +0100
parents 9b92cf5a0cca
children 0226b6d6b2b5
comparison
equal deleted inserted replaced
3145:bee09f317edc 3146:c5169e445fb8
2000 { 2000 {
2001 color: #FFF; 2001 color: #FFF;
2002 } 2002 }
2003 2003
2004 #login div.title { 2004 #login div.title {
2005 width: 420px;
2006 clear: both; 2005 clear: both;
2007 overflow: hidden; 2006 overflow: hidden;
2008 position: relative; 2007 position: relative;
2009 background-color: #003B76; 2008 background-color: #003B76;
2010 background-repeat : repeat-x; 2009 background-repeat : repeat-x;
2019 margin: 0 auto; 2018 margin: 0 auto;
2020 padding: 0; 2019 padding: 0;
2021 } 2020 }
2022 2021
2023 #login div.inner { 2022 #login div.inner {
2024 width: 380px;
2025 background: #FFF url("../images/login.png") no-repeat top left; 2023 background: #FFF url("../images/login.png") no-repeat top left;
2026 border-top: none; 2024 border-top: none;
2027 border-bottom: none; 2025 border-bottom: none;
2028 margin: 0 auto; 2026 margin: 0 auto;
2029 padding: 20px; 2027 padding: 20px;
2036 margin: 2px 10px 0 0; 2034 margin: 2px 10px 0 0;
2037 padding: 5px 0 0 5px; 2035 padding: 5px 0 0 5px;
2038 } 2036 }
2039 2037
2040 #login div.form div.fields div.field div.input input { 2038 #login div.form div.fields div.field div.input input {
2041 width: 176px;
2042 background: #FFF; 2039 background: #FFF;
2043 border-top: 1px solid #b3b3b3; 2040 border-top: 1px solid #b3b3b3;
2044 border-left: 1px solid #b3b3b3; 2041 border-left: 1px solid #b3b3b3;
2045 border-right: 1px solid #eaeaea; 2042 border-right: 1px solid #eaeaea;
2046 border-bottom: 1px solid #eaeaea; 2043 border-bottom: 1px solid #eaeaea;