Changeset - 70b2cea78c91
[Not reviewed]
rhodecode/public/css/colors/blue.css
Show inline comments
 
deleted file
rhodecode/public/css/reset.css
Show inline comments
 
deleted file
rhodecode/public/css/style.css
Show inline comments
 
/* -----------------------------------------------------------
 
html, body, div, span, applet, object, iframe,
 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 
a, abbr, acronym, address, big, cite, code,
 
del, dfn, em, font, img, ins, kbd, q, s, samp,
 
small, strike, strong, sub, sup, tt, var,
 
b, u, i, center,
 
dl, dt, dd, ol, ul, li,
 
fieldset, form, label, legend,
 
table, caption, tbody, tfoot, thead, tr, th, td {
 
    margin: 0;
 
    padding: 0;
 
    border: 0;
 
    outline: 0;
 
    font-size: 100%;
 
    vertical-align: baseline;
 
    background: transparent;
 
}
 
body {
 
    line-height: 1;
 
}
 
ol, ul {
 
    list-style: none;
 
}
 
blockquote, q {
 
    quotes: none;
 
}
 
blockquote:before, blockquote:after,
 
q:before, q:after {
 
    content: '';
 
    content: none;
 
}
 
 
:focus {
 
    outline: 0;
 
}
 
 
ins {
 
    text-decoration: none;
 
}
 
del {
 
    text-decoration: line-through;
 
}
 
 
/* tables still need 'cellspacing="0"' in the markup */
 
table {
 
    border-collapse: collapse;
 
    border-spacing: 0;
 
}
 
 
/*
 
	main stylesheet
 
----------------------------------------------------------- */ 
 
*/ 
 
 
html
 
{
 
    height: 100%;  
 
}
 
 
body
 
{
 
	margin: 0;
 
	padding: 0;
 
    height: 100%;
 
	background: #d1d1d1 url("../images/background.png") repeat;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 12px;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	images
 
----------------------------------------------------------- */ 
 
*/ 
 
 
img
 
{
 
	border: none;	
 
}
 
 
img.icon{
 
    vertical-align: bottom;
 
 
}
 
/* -----------------------------------------------------------
 
/*
 
	anchors
 
----------------------------------------------------------- */ 
 
*/ 
 
 
a
 
{
 
	color: #0066CC;	
 
	text-decoration: none;
 
	cursor: pointer;
 
}
 
 
a:hover
 
{
 
	color: #000000;	
 
	text-decoration: underline;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	headings
 
----------------------------------------------------------- */ 
 
*/ 
 
 
h1, h2, h3, h4, h5, h6
 
{
 
    color: #292929;
 
    font-weight: bold;
 
}
 
 
h1
 
{
 
    font-size: 22px;
 
}
 
 
@@ -78,40 +127,40 @@ h4
 
}
 
 
h5
 
{
 
    font-size: 14px; 
 
}
 
 
h6
 
{
 
    font-size: 11px; 
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	lists
 
----------------------------------------------------------- */ 
 
*/ 
 
 
ul.circle { list-style-type: circle; }
 
ul.disc { list-style-type: disc; }
 
ul.square { list-style-type: square; }
 
ol.lower-roman { list-style-type: lower-roman; }
 
ol.upper-roman { list-style-type: upper-roman; }
 
ol.lower-alpha { list-style-type: lower-alpha; }
 
ol.upper-alpha { list-style-type: upper-alpha; }
 
ol.decimal  { list-style-type: decimal; }
 
 
/* -----------------------------------------------------------
 
/*
 
	colors
 
----------------------------------------------------------- */ 
 
*/ 
 
 
div.color
 
{
 
    margin: 7px 0 0 60px;
 
    padding: 1px 1px 1px 0px;
 
	clear: both;
 
	overflow: hidden;
 
    position: absolute;
 
    background: #FFFFFF;
 
}
 
 
div.color a
 
@@ -145,27 +194,27 @@ div.color a.purple
 
}
 
 
div.color a.red
 
{
 
    background: #bd3220;
 
}
 
 
div.color a.greyblue
 
{
 
    background: #566e86;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	options
 
----------------------------------------------------------- */ 
 
*/ 
 
 
div.options
 
{
 
    margin: 7px 0 0 162px;
 
    padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
    position: absolute;
 
    background: #FFFFFF;
 
}
 
 
div.options a
 
@@ -173,39 +222,39 @@ div.options a
 
	margin: 0;
 
    padding: 3px 8px 3px 8px;
 
    height: 1%;
 
    display: block;
 
	text-decoration: none;	
 
}
 
 
div.options a:hover
 
{
 
	text-decoration: none;	
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	header
 
----------------------------------------------------------- */ 
 
*/ 
 
 
#header
 
{
 
	margin: 0;
 
	padding: 0 30px 0 30px;
 
	background: #b0b0b0 url("../images/header_background.png") repeat;
 
}
 
 
 
/* -----------------------------------------------------------
 
	header -> user
 
----------------------------------------------------------- */ 
 
/*
 
	header / user
 
*/ 
 
 
#header ul#logged-user
 
{
 
	margin: 0;
 
	padding: 0;
 
	float: right;
 
}
 
 
#header ul#logged-user li
 
{
 
	margin: 0;
 
	padding: 10px 12px 10px 12px;
 
@@ -253,56 +302,56 @@ div.options a:hover
 
#header ul#logged-user li.highlight a:hover
 
{
 
	color: #376ea6;
 
}
 
 
#header #header-inner
 
{
 
	margin: 0;
 
	padding: 0;
 
	height: 40px;
 
	clear: both;
 
	position: relative;
 
	background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
 
	background: #003367 url("../images/header_inner.png") repeat-x;
 
	border-bottom: 6px solid #ffffff;
 
}
 
 
/* -----------------------------------------------------------
 
	header -> home
 
----------------------------------------------------------- */ 
 
/*
 
	header / home
 
*/ 
 
 
#header #header-inner #home
 
{
 
	float: left;	
 
}
 
 
#header #header-inner #home a
 
{
 
	margin: 0;
 
	padding: 0;
 
	height: 40px;
 
	width: 46px;
 
	display: block;
 
	background: url("../images/colors/blue/button_home.png");
 
	background: url("../images/button_home.png");
 
	background-position: 0 0;	
 
}
 
 
#header #header-inner #home a:hover
 
{
 
	background-position: 0 -40px;	
 
}
 
 
/* -----------------------------------------------------------
 
	header -> logo
 
----------------------------------------------------------- */ 
 
/*
 
	header / logo
 
*/ 
 
 
#header #header-inner #logo
 
{
 
	float: left;	
 
}
 
 
#header #header-inner #logo h1
 
{
 
	margin: 13px 0 0 13px;
 
	padding: 0;
 
	color: #FFFFFF;
 
	font-size: 14px;
 
@@ -311,27 +360,27 @@ div.options a:hover
 
 
#header #header-inner #logo a
 
{
 
	color: #ffffff;
 
	text-decoration: none;	
 
}
 
 
#header #header-inner #logo a:hover
 
{
 
	color: #dabf29;
 
}
 
 
/* -----------------------------------------------------------
 
	header -> quick
 
----------------------------------------------------------- */ 
 
/*
 
	header / quick
 
*/ 
 
#header #header-inner #quick,
 
#header #header-inner #quick ul
 
{
 
    margin: 10px 5px 0 0;
 
    padding: 0;
 
    position: relative;
 
    float: right;
 
    list-style-type: none;
 
    list-style-position: outside;
 
}
 
 
#header #header-inner #quick li
 
@@ -342,78 +391,78 @@ div.options a:hover
 
    float: left;
 
}
 
 
#header #header-inner #quick li a
 
{
 
    top: 0;
 
    left: 0;
 
    padding: 0;
 
    height: 1%;
 
    display: block;
 
    clear: both;
 
    overflow: hidden;
 
    background: #336699 url("../../resources/images/colors/blue/quick_l.png") no-repeat top left;
 
    background: #336699 url("../../resources/images/quick_l.png") no-repeat top left;
 
    color: #FFFFFF;
 
    font-weight: bold;
 
    text-decoration: none;
 
}
 
 
#header #header-inner #quick li span
 
{
 
    top: 0;
 
    right: 0;
 
    margin: 0;
 
    padding: 10px 12px 8px 10px;
 
    height: 1%;
 
    display: block;
 
    float: left;
 
    background: url("../../resources/images/colors/blue/quick_r.png") no-repeat top right;
 
    background: url("../../resources/images/quick_r.png") no-repeat top right;
 
    border-left: 1px solid #3f6f9f;
 
}
 
 
#header #header-inner #quick li span.normal
 
{
 
    padding: 10px 12px 8px 12px;
 
    border: none;   
 
}
 
 
#header #header-inner #quick li span.icon
 
{
 
    top: 0;
 
    left: 0;
 
    padding: 8px 8px 4px 8px;
 
    background: url("../../resources/images/colors/blue/quick_l.png") no-repeat top left;
 
    background: url("../../resources/images/quick_l.png") no-repeat top left;
 
    border-left: none;
 
    border-right: 1px solid #2e5c89;
 
}
 
 
#header #header-inner #quick li a:hover
 
{
 
    background: #4e4e4e url("../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
 
    background: #4e4e4e url("../../resources/images/quick_l_selected.png") no-repeat top left;
 
}
 
 
#header #header-inner #quick li a:hover span
 
{
 
    background: url("../../resources/images/colors/blue/quick_r_selected.png") no-repeat top right;
 
    background: url("../../resources/images/quick_r_selected.png") no-repeat top right;
 
    border-left: 1px solid #545454;
 
}
 
 
#header #header-inner #quick li a:hover span.normal
 
{
 
    border: none;   
 
}
 
 
#header #header-inner #quick li a:hover span.icon
 
{
 
    background: url("../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
 
    background: url("../../resources/images/quick_l_selected.png") no-repeat top left;
 
    border-left: none;
 
    border-right: 1px solid #464646;
 
}
 
 
#header #header-inner #quick ul
 
{
 
    top: 29px;
 
    right: 0;
 
    margin: 0;
 
    padding: 0;
 
    width: 200px;
 
    display: none;
 
@@ -606,90 +655,90 @@ div.options a:hover
 
    padding:12px 9px 7px 24px;
 
    width:167px;        
 
}
 
 
#header #header-inner #quick li ul li a.tags,
 
#header #header-inner #quick li ul li a.tags:hover
 
{
 
    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
 
    margin:0;
 
    padding:12px 9px 7px 24px;
 
    width:167px;        
 
}
 
/* -----------------------------------------------------------
 
/*
 
	header corners
 
----------------------------------------------------------- */ 
 
*/ 
 
 
#header #header-inner div.corner
 
{
 
	height: 6px;
 
	width: 6px;
 
	position: absolute;
 
	background: url("../images/colors/blue/header_inner_corners.png") no-repeat;
 
	background: url("../images/header_inner_corners.png") no-repeat;
 
}
 
 
#header #header-inner div.tl
 
{
 
	top: 0;
 
	left: 0;
 
    background-position: 0 0;
 
}
 
 
#header #header-inner div.tr
 
{
 
	top: 0;
 
	right: 0;
 
    background-position: -6px 0;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	content
 
----------------------------------------------------------- */ 
 
*/ 
 
 
#content 
 
{
 
	margin: 10px 0 0 0;
 
	padding: 0;
 
    min-height: 100%;
 
	clear: both;
 
	overflow: hidden;
 
	background: url("../images/content.png") repeat-y top left;	
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left
 
----------------------------------------------------------- */ 
 
/*
 
	content / left
 
*/ 
 
 
#content #left
 
{
 
	left: 0;
 
	width: 280px;
 
	position: absolute;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left -> menu
 
----------------------------------------------------------- */ 
 
/*
 
	content / left / menu
 
*/ 
 
 
#content #left #menu
 
{
 
	margin: 5px 10px 0 60px;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left -> menu / heading
 
----------------------------------------------------------- */ 
 
/*
 
	content / left / menu / heading
 
*/ 
 
 
#content #left #menu h6
 
{
 
	margin: 5px 0 0 0;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
	background: #dfdfdf url("../images/menu.png") repeat-x;
 
	color: #6e6e6e;
 
}
 
 
#content #left #menu h6 a
 
@@ -707,42 +756,42 @@ div.options a:hover
 
 
#content #left #menu h6 span
 
{
 
	margin: 0;
 
	padding: 9px 10px 10px 10px;
 
	height: 1%;
 
	display: block;
 
	background: url("../images/menu_r.png") no-repeat top right;
 
}
 
 
#content #left #menu h6.selected
 
{
 
	background: #00376e url("../images/colors/blue/menu_selected.png") repeat-x;
 
	background: #00376e url("../images/menu_selected.png") repeat-x;
 
	color: #FFFFFF;
 
}
 
 
#content #left #menu h6.selected a
 
{
 
	background: url("../images/colors/blue/menu_l_selected.png") no-repeat top left;
 
	background: url("../images/menu_l_selected.png") no-repeat top left;
 
	color: #ffffff;
 
}
 
 
#content #left #menu h6.selected span
 
{
 
	background: url("../images/colors/blue/menu_r_selected.png") no-repeat top right;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left -> menu / links
 
----------------------------------------------------------- */
 
	background: url("../images/menu_r_selected.png") no-repeat top right;
 
}
 
 
/*
 
	content / left / menu / links
 
*/
 
 
#content #left #menu ul
 
{
 
	margin: 0;
 
	padding: 0;
 
	background: #376ea6;
 
}
 
 
#content #left #menu ul.opened
 
{
 
	display: block;	
 
}
 
@@ -771,31 +820,31 @@ div.options a:hover
 
	display: block;
 
	float: left;
 
	background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat 0 9px;
 
	color: #ffffff;
 
	text-decoration: none;
 
}
 
 
#content #left #menu li a:hover
 
{
 
	color: #b9dcff;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left -> menu / collapsible
 
----------------------------------------------------------- */ 
 
/*
 
	content / left / menu / collapsible
 
*/ 
 
 
#content #left #menu li.collapsible
 
{
 
	background: url("../images/colors/blue/menu_border.png") no-repeat top left;
 
	background: url("../images/menu_border.png") no-repeat top left;
 
}
 
 
#content #left #menu li.collapsible a
 
{
 
	margin: 0 0 0 6px;
 
	padding: 8px 0 8px 0;
 
	height: 1%;
 
	display: block;
 
	background: transparent;
 
	float: left;
 
	font-weight: bold;
 
}
 
@@ -853,27 +902,27 @@ div.options a:hover
 
}
 
 
#content #left #menu li.collapsible ul li a
 
{
 
	font-weight: normal;
 
}
 
 
#content #left #menu li.last
 
{
 
	border-bottom: none;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> left -> date picker
 
----------------------------------------------------------- */ 
 
/*
 
	content / left / date picker
 
*/ 
 
 
#content #left #date-picker
 
{
 
	margin: 10px 10px 0 60px;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#content #left #date-picker .ui-datepicker  
 
{
 
	width: auto; 
 
@@ -904,36 +953,36 @@ div.options a:hover
 
#content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover
 
{
 
	top: 5px;
 
	left: 4px;
 
}
 
 
#content #left #date-picker .ui-datepicker .ui-datepicker-next-hover  
 
{
 
	top: 5px;
 
	right: 4px;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right
 
----------------------------------------------------------- */ 
 
/*
 
	content / right
 
*/ 
 
 
#content #right
 
{
 
	margin: 0 60px 10px 290px;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box
 
----------------------------------------------------------- */
 
/*
 
	content / right / box
 
*/
 
 
#content div.box
 
{
 
	margin: 0 0 10px 0;
 
	padding: 0 0 10px 0;
 
	clear: both;
 
	overflow: hidden;
 
	background: #ffffff;
 
}
 
 
#content div.box-left
 
{
 
@@ -942,35 +991,35 @@ div.options a:hover
 
	clear: none;
 
	float: left;	
 
}
 
 
#content div.box-right
 
{
 
	margin: 0 0 10px;
 
	width: 49%;
 
	clear: none;
 
	float: right;	
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / title
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / title
 
*/
 
 
#content div.box div.title
 
{
 
	margin: 0 0 20px 0;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
	background: #336699 url("../images/colors/blue/title.png") repeat-x;
 
	background: #336699 url("../images/title.png") repeat-x;
 
}
 
 
#content div.box div.title h5
 
{
 
	margin: 0;
 
	padding: 11px 0 11px 10px;
 
	float: left;
 
	border: none;
 
	color: #ffffff;
 
	text-transform: uppercase;
 
}
 
 
@@ -987,64 +1036,64 @@ div.options a:hover
 
	padding: 0;
 
	list-style: none;
 
	float: left;
 
}
 
 
#content div.box div.title ul.links li a
 
{
 
	margin: 0;
 
	padding: 13px 16px 12px 16px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
	background: url("../images/colors/blue/title_link.png") no-repeat top left;
 
	background: url("../images/title_link.png") no-repeat top left;
 
	border-left: 1px solid #316293;
 
	color: #ffffff;
 
	font-size: 11px;
 
	font-weight: bold;
 
	text-decoration: none;
 
}
 
 
#content div.box div.title ul.links li a:hover
 
{
 
	color: #bfe3ff;
 
}
 
 
#content div.box div.title ul.links li.ui-tabs-selected a
 
{
 
	background: url("../../../resources/images/colors/blue/title_tab_selected.png") no-repeat bottom center;
 
	background: url("../../../resources/images/title_tab_selected.png") no-repeat bottom center;
 
	color: #bfe3ff;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / headings
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / headings
 
*/
 
 
#content div.box h1,
 
#content div.box h2,
 
#content div.box h3,
 
#content div.box h4,
 
#content div.box h5,
 
#content div.box h6
 
{
 
    margin: 10px 20px 10px 20px;
 
    padding: 0 0 15px 0;
 
    clear: both;
 
    overflow: hidden;
 
    border-bottom: 1px solid #DDDDDD;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / paragraphs
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / paragraphs
 
*/
 
 
#content div.box p
 
{
 
    margin: 0 24px 10px 24px;
 
    padding: 0;
 
    color: #5f5f5f;
 
    font-size: 12px;
 
    line-height: 150%;
 
}
 
 
#content div.box blockquote
 
{
 
@@ -1053,27 +1102,27 @@ div.options a:hover
 
    border-left: 4px solid #DDDDDD;
 
    color: #5f5f5f;
 
    font-size: 11px;
 
    line-height: 150%;
 
}
 
 
#content div.box blockquote p
 
{
 
    margin: 10px 0 10px 0;
 
    padding: 0; 
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / lists
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / lists
 
*/
 
 
#content div.box dl
 
{
 
    margin: 10px 24px 10px 24px;	
 
}
 
 
#content div.box dt
 
{
 
	margin: 0;
 
    font-size: 12px; 
 
}
 
 
@@ -1119,45 +1168,45 @@ div.options a:hover
 
 
#content div.box ul.disc,
 
#content div.box ul.circle
 
{
 
    margin: 10px 24px 10px 38px;
 
}
 
 
#content div.box ul.square  
 
{
 
    margin: 10px 24px 10px 40px; 
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / images
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / images
 
*/
 
 
#content div.box img.left
 
{
 
    margin: 10px 10px 10px 0;
 
	border: none;
 
	float: left;
 
}
 
 
#content div.box img.right
 
{
 
    margin: 10px 0 10px 10px;
 
	border: none;
 
	float: right;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / messages
 
----------------------------------------------------------- */ 
 
/*
 
	content / right / box / messages
 
*/ 
 
 
#content div.box div.messages
 
{
 
	margin: 0 20px 0 20px;
 
    padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#content div.box div.message
 
{
 
	margin: 0 0 0px 0;
 
@@ -1274,27 +1323,27 @@ div.options a:hover
 
	clear: both;
 
	overflow: hidden;
 
    background: #E6EFC2;
 
    border: 1px solid #C6D880;
 
    color: #4e6100;
 
}
 
 
#content div.box div.message-success h6
 
{
 
    color: #4e6100;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / forms
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / forms
 
*/
 
 
#content div.box div.form
 
{
 
	margin: 0;
 
	padding: 0 20px 10px 20px;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#content div.box div.form div.fields
 
{
 
	margin: 0;
 
@@ -1333,120 +1382,120 @@ div.options a:hover
 
	color: #FF0000;
 
}
 
 
#content div.box div.form div.fields div.field span.success
 
{
 
	margin: 8px 0 0 0;
 
	padding: 0;
 
	height: 1%;
 
	display: block;
 
	color: #316309;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> labels
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / labels
 
*/
 
 
#content div.box div.form div.fields div.field div.label
 
{
 
	left: 310px;
 
	margin: 0;
 
	padding: 8px 0 0 5px;
 
	width: auto;
 
	position: absolute;
 
}
 
 
#content div.box-left div.form div.fields div.field div.label,
 
#content div.box-right div.form div.fields div.field div.label
 
{
 
    left: 0;
 
    margin: 0;
 
    padding: 0 0 8px 0;
 
    width: auto;
 
    position: relative;
 
    clear: both;
 
    overflow: hidden;
 
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> label (select)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / label (select)
 
*/
 
 
#content div.box div.form div.fields div.field div.label-select
 
{
 
	padding: 2px 0 0 5px;
 
}
 
 
#content div.box-left div.form div.fields div.field div.label-select,
 
#content div.box-right div.form div.fields div.field div.label-select
 
{
 
	padding: 0 0 8px 0;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> label (checkbox)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / label (checkbox)
 
*/
 
 
#content div.box div.form div.fields div.field div.label-checkbox
 
{
 
	padding:0 0 0 5px !important;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> label (radio)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / label (radio)
 
*/
 
 
#content div.box div.form div.fields div.field div.label-radio
 
{
 
	padding:0 0 0 5px !important;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> label (textarea)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / label (textarea)
 
*/
 
 
#content div.box div.form div.fields div.field div.label-textarea
 
{
 
	padding:0 0 0 5px !important;
 
}
 
 
#content div.box-left div.form div.fields div.field div.label-textarea,
 
#content div.box-right div.form div.fields div.field div.label-textarea
 
{
 
	padding: 0 0 8px 0 !important;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> labels (label)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / labels (label)
 
*/
 
 
#content div.box div.form div.fields div.field div.label label
 
{
 
    color: #393939;
 
    font-weight: bold;
 
}
 
 
#content div.box div.form div.fields div.field div.label span
 
{
 
	margin: 0;
 
	padding: 2px 0 0 0;
 
	height: 1%;
 
	display: block;
 
	color: #363636;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> input
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / input
 
*/
 
 
#content div.box div.form div.fields div.field div.input
 
{
 
	margin: 0 0 0 200px;
 
	padding: 0;
 
}
 
 
#content div.box-left div.form div.fields div.field div.input,
 
#content div.box-right div.form div.fields div.field div.input
 
{
 
    margin: 0;
 
    padding: 7px 7px 6px 7px;
 
@@ -1528,51 +1577,51 @@ div.options a:hover
 
	background: #E6EFC2;
 
	border-top: 1px solid #cebb98;
 
	border-left: 1px solid #cebb98;
 
	border-right: 1px solid #c6d880;
 
	border-bottom: 1px solid #c6d880;
 
}
 
 
#content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
 
{
 
    margin: 0 0 0 6px;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> input (file styling)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / input (file styling)
 
*/
 
 
#content div.box div.form div.fields div.field div.input a.ui-input-file
 
{
 
    margin: 0 0 0 6px;
 
    padding: 0;
 
    width: 28px;
 
    height: 28px;
 
    display: inline;
 
    position: absolute;
 
    overflow: hidden;
 
    cursor: pointer;
 
    background: #e5e3e3 url("../images/button_browse.png") no-repeat;
 
    border: none;
 
    text-decoration: none;
 
}
 
 
#content div.box div.form div.fields div.field div.input a:hover.ui-input-file
 
{
 
    background: #e5e3e3 url("../images/button_browse_selected.png") no-repeat;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> textarea
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / textarea
 
*/
 
 
#content div.box div.form div.fields div.field div.textarea
 
{
 
	margin: 0 0 0 200px;
 
	padding: 10px;
 
    border-top: 1px solid #b3b3b3;
 
    border-left: 1px solid #b3b3b3;
 
    border-right: 1px solid #eaeaea;
 
    border-bottom: 1px solid #eaeaea;
 
}
 
 
#content div.box div.form div.fields div.field div.textarea-editor
 
@@ -1620,27 +1669,27 @@ div.options a:hover
 
}
 
 
#content div.box div.form div.fields div.field div.textarea textarea.success
 
{
 
    padding: 3px 10px 10px 23px;
 
	background-color: #E6EFC2;
 
	background-image: url("../../../resources/images/icons/accept.png");
 
	background-repeat: no-repeat;
 
	background-position: 3px 3px;
 
    border: 1px solid #C6D880;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> textarea (tinymce editor)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / textarea (tinymce editor)
 
*/
 
 
#content div.box div.form div.fields div.field div.textarea table
 
{
 
	margin: 0;
 
	padding: 0;
 
	width: 100%;
 
	border: none;
 
}
 
 
#content div.box div.form div.fields div.field div.textarea table td
 
{
 
	padding: 0;
 
@@ -1664,88 +1713,88 @@ div.options a:hover
 
}
 
 
#content div.box div.form div.fields div.field div.textarea table td table td a
 
{
 
	border: none;	
 
}
 
 
#content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
 
{
 
	background: #b1b1b1;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> select
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / select
 
*/
 
 
#content div.box div.form div.fields div.field div.select
 
{
 
	margin: 0 0 0 200px;
 
	padding: 0;
 
}
 
 
#content div.box div.form div.fields div.field div.select a:hover
 
{
 
    color: #000000;
 
    text-decoration: none;
 
}
 
 
#content div.box div.form div.fields div.field div.select select
 
{
 
    margin: 0;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> select (jquery styling)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / select (jquery styling)
 
*/
 
 
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
 
{
 
	border: 1px solid #666666;
 
}
 
 
#content div.box div.form div.fields div.field div.select a.ui-selectmenu  
 
{
 
    color: #565656; 
 
    text-decoration: none;
 
}
 
 
#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover  
 
{
 
	color: #000000;
 
    text-decoration: none; 
 
}
 
 
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
 
{
 
	background-image: url(../images/ui/ui-icons_222222_256x240.png);
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> element focus
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / element focus
 
*/
 
 
#content div.box div.form div.fields div.field input[type=text]:focus, 
 
#content div.box div.form div.fields div.field input[type=password]:focus,
 
#content div.box div.form div.fields div.field input[type=file]:focus,
 
#content div.box div.form div.fields div.field textarea:focus,
 
#content div.box div.form div.fields div.field select:focus 
 
{
 
	background: #f6f6f6;
 
    border-color: #666;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> checkboxes
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / checkboxes
 
*/
 
 
#content div.box div.form div.fields div.field div.checkboxes
 
{
 
	margin: 0 0 0 200px;
 
	padding: 0;
 
}
 
 
#content div.box div.form div.fields div.field div.checkboxes div.checkbox
 
{
 
	margin: 0;
 
	padding: 2px 0 2px 0;
 
	clear: both;
 
@@ -1757,27 +1806,27 @@ div.options a:hover
 
	margin: 0;	
 
	float: left;
 
}
 
 
#content div.box div.form div.fields div.field div.checkboxes div.checkbox label
 
{
 
	margin: 3px 0 0 4px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> radios
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / radios
 
*/
 
 
#content div.box div.form div.fields div.field div.radios
 
{
 
	margin: 0 0 0 200px;
 
	padding: 0;
 
}
 
 
#content div.box div.form div.fields div.field div.radios div.radio
 
{
 
	margin: 0;
 
	padding: 2px 0 2px 0;
 
	clear: both;
 
@@ -1788,27 +1837,27 @@ div.options a:hover
 
{
 
	margin: 0;	
 
	float: left;
 
}
 
 
#content div.box div.form div.fields div.field div.radios div.radio label
 
{
 
	margin: 3px 0 0 4px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
}
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> button
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / button
 
*/
 
 
div.form div.fields div.field div.button
 
{
 
	margin: 0;
 
	padding: 0 0 0 8px;
 
	float: left;
 
}
 
 
div.form div.fields div.field div.button input
 
{
 
	margin: 0;
 
	color: #000000;
 
@@ -1843,97 +1892,97 @@ div.form div.fields div.field div.button
 
	outline: none;
 
}
 
 
div.form div.fields div.field div.highlight
 
{
 
	display: inline;
 
}
 
 
div.form div.fields div.field div.highlight .ui-state-default
 
{
 
	margin: 0;
 
	padding: 6px 12px 6px 12px;
 
	background: #4e85bb url("../images/colors/blue/button_highlight.png") repeat-x;
 
	background: #4e85bb url("../images/button_highlight.png") repeat-x;
 
	border-top: 1px solid #5c91a4;
 
	border-left: 1px solid #2a6f89;
 
	border-right: 1px solid #2b7089;
 
	border-bottom: 1px solid #1a6480;
 
	color: #FFFFFF;
 
}
 
 
div.form div.fields div.field div.highlight .ui-state-hover
 
{
 
	margin: 0;
 
	padding: 6px 12px 6px 12px;
 
	background: #46a0c1 url("../images/colors/blue/button_highlight_selected.png") repeat-x;
 
	background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
 
	border-top: 1px solid #78acbf;
 
	border-left: 1px solid #34819e;
 
	border-right: 1px solid #35829f;
 
	border-bottom: 1px solid #257897;
 
	color: #FFFFFF;
 
}
 
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> buttons
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / buttons
 
*/
 
 
#content div.box div.form div.fields div.buttons
 
{
 
	margin: 10px 0 0 200px;
 
	padding: 0;
 
}
 
 
#content div.box-left div.form div.fields div.buttons,
 
#content div.box-right div.form div.fields div.buttons
 
{
 
	margin: 10px 0 0 0;
 
}
 
 
#content div.box div.form div.fields div.buttons input
 
{
 
	margin: 0;
 
	color: #000000;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 11px;
 
	font-weight: bold;
 
}
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> buttons
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / buttons
 
*/
 
 
div.form div.fields div.buttons
 
{
 
	margin: 10px 0 0 200px;
 
	padding: 0;
 
}
 
 
div.box-left div.form div.fields div.buttons,
 
div.box-right div.form div.fields div.buttons
 
{
 
	margin: 10px 0 0 0;
 
}
 
 
div.form div.fields div.buttons input
 
{
 
	margin: 0;
 
	color: #000000;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 11px;
 
	font-weight: bold;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> forms -> buttons (jquery styling)
 
----------------------------------------------------------- */
 
/*
 
	content / right / forms / buttons (jquery styling)
 
*/
 
 
#content div.box div.form div.fields div.buttons input.ui-state-default
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
    background: #e5e3e3 url("../images/button.png") repeat-x;
 
    border-top: 1px solid #DDDDDD;
 
    border-left: 1px solid #c6c6c6;
 
    border-right: 1px solid #DDDDDD;
 
    border-bottom: 1px solid #c6c6c6;
 
    color: #515151;
 
    outline: none;
 
@@ -1952,47 +2001,47 @@ div.form div.fields div.buttons input
 
    outline: none;
 
}
 
 
#content div.box div.form div.fields div.buttons div.highlight
 
{
 
	display: inline;
 
}
 
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
    background: #4e85bb url("../images/colors/blue/button_highlight.png") repeat-x;
 
    background: #4e85bb url("../images/button_highlight.png") repeat-x;
 
    border-top: 1px solid #5c91a4;
 
    border-left: 1px solid #2a6f89;
 
    border-right: 1px solid #2b7089;
 
    border-bottom: 1px solid #1a6480;
 
    color: #FFFFFF;
 
}
 
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
    background: #46a0c1 url("../images/colors/blue/button_highlight_selected.png") repeat-x;
 
    background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
 
    border-top: 1px solid #78acbf;
 
    border-left: 1px solid #34819e;
 
    border-right: 1px solid #35829f;
 
    border-bottom: 1px solid #257897;
 
    color: #FFFFFF;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / tables
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / tables
 
*/
 
 
#content div.box div.table
 
{
 
	margin: 0;
 
	padding: 0 20px 10px 20px;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#content div.box table
 
{
 
    margin: 0;
 
@@ -2075,27 +2124,27 @@ div.form div.fields div.buttons input
 
#content div.box table td.date
 
{
 
	width: 33%;
 
	text-align: center;
 
}
 
 
#content div.box table td.address
 
{
 
	width: 10%;
 
	text-align: center;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> box / table action
 
----------------------------------------------------------- */
 
/*
 
	content / right / box / table action
 
*/
 
 
#content div.box div.action
 
{
 
	margin: 10px 0 0 0;
 
	padding: 0;
 
	float: right;
 
	background: #FFFFFF;
 
	text-align: right;
 
}
 
 
#content div.box div.action a:hover
 
{
 
@@ -2157,27 +2206,27 @@ div.form div.fields div.buttons input
 
}
 
 
#content div.box div.action a.ui-selectmenu-focus
 
{
 
	border: 1px solid #666666;
 
}
 
 
#content div.box div.action a.ui-selectmenu-focus span.ui-icon
 
{
 
	background-image: url(../images/ui/ui-icons_222222_256x240.png);
 
}
 
 
/* -----------------------------------------------------------
 
	content -> right -> pagination
 
----------------------------------------------------------- */
 
/*
 
	content / right / pagination
 
*/
 
 
#content div.box div.pagination
 
{
 
    margin: 10px 0 0 0;
 
    padding: 0;
 
    height: 1%;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#content div.box div.pagination div.results
 
{
 
@@ -2262,27 +2311,27 @@ div.form div.fields div.buttons input
 
 
#content div.box div.pagination ul.pager li a:hover, 
 
#content div.box div.pagination ul.pager li a:active 
 
{
 
    margin: -1px;
 
    background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
    border-top: 1px solid #cccccc;
 
    border-left: 1px solid #bebebe;
 
    border-right: 1px solid #b1b1b1;
 
    border-bottom: 1px solid #afafaf;
 
}
 
 
/* -----------------------------------------------------------
 
	content -> webhelpers pagination
 
----------------------------------------------------------- */
 
/*
 
	content / webhelpers pagination
 
*/
 
 
#content div.box div.pagination-wh
 
{
 
    margin: 10px 0 0 0;
 
    padding: 0;
 
    height: 1%;
 
    clear: both;
 
    overflow: hidden;
 
    text-align: right;
 
}
 
 
#content div.box div.pagination-wh div.results
 
@@ -2356,27 +2405,27 @@ div.form div.fields div.buttons input
 
#content div.box div.pagination-wh a:hover, 
 
#content div.box div.pagination-wh a:active 
 
{
 
    background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
    border-top: 1px solid #cccccc;
 
    border-left: 1px solid #bebebe;
 
    border-right: 1px solid #b1b1b1;
 
    border-bottom: 1px solid #afafaf;
 
    text-decoration: none;
 
}
 
 
 
/* -----------------------------------------------------------
 
	content -> right -> traffic chart
 
----------------------------------------------------------- */
 
/*
 
	content / right / traffic chart
 
*/
 
 
#content div.box div.traffic
 
{
 
	margin: 0;
 
	padding: 0 20px 10px 20px;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#content div.box div.traffic div.legend
 
{
 
	margin: 0 0 10px 0;
 
@@ -2428,111 +2477,111 @@ div.form div.fields div.buttons input
 
#content div.box div.traffic table td
 
{
 
	padding: 2px 3px 3px 3px;
 
	background: transparent;
 
	border: none;
 
}
 
 
#content div.box div.traffic table td.legendLabel
 
{
 
	padding: 0 3px 2px 3px;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	footer
 
----------------------------------------------------------- */
 
*/
 
 
#footer
 
{
 
    margin: 0;
 
    padding: 5px 0 5px 0;
 
    clear: both;
 
    overflow: hidden;
 
    background: #2a2a2a;
 
    text-align: right;
 
}
 
 
#footer p
 
{
 
    margin: 0 80px 0 80px;
 
    padding: 10px 0 10px 0;
 
    color: #ffffff;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	login
 
----------------------------------------------------------- */
 
*/
 
 
#login
 
{
 
    margin: 10% auto 0 auto;
 
    padding: 0;
 
	width: 420px;
 
}
 
 
/* -----------------------------------------------------------
 
	login -> colors
 
----------------------------------------------------------- */ 
 
/*
 
	login / colors
 
*/ 
 
 
#login div.color
 
{
 
    margin: 10px auto 0 auto;
 
    padding: 3px 3px 3px 0;
 
	clear: both;
 
	overflow: hidden;
 
    background: #FFFFFF;
 
}
 
 
#login div.color a
 
{
 
    margin: 0 0 0 3px;
 
    padding: 0;
 
    width: 20px;
 
    height: 20px;
 
    display: block;
 
    float: left;
 
}
 
 
/* -----------------------------------------------------------
 
	login -> title
 
----------------------------------------------------------- */ 
 
/*
 
	login / title
 
*/ 
 
 
#login div.title
 
{
 
	margin: 0 auto;
 
	padding: 0;
 
	width: 420px;
 
	clear: both;
 
	overflow: hidden;
 
	position: relative;
 
	background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
 
	background: #003367 url("../images/header_inner.png") repeat-x;
 
}
 
 
#login div.title h5
 
{
 
	margin: 10px;
 
	padding: 0;
 
	color: #ffffff;	
 
}
 
 
/* -----------------------------------------------------------
 
	login -> title / corners
 
----------------------------------------------------------- */ 
 
/*
 
	login / title / corners
 
*/ 
 
 
#login div.title div.corner
 
{
 
	height: 6px;
 
	width: 6px;
 
	position: absolute;
 
	background: url("../images/colors/blue/login_corners.png") no-repeat;
 
	background: url("../images/login_corners.png") no-repeat;
 
}
 
 
#login div.title div.tl
 
{
 
	top: 0;
 
	left: 0;
 
    background-position: 0 0;
 
}
 
 
#login div.title div.tr
 
{
 
	top: 0;
 
@@ -2541,27 +2590,27 @@ div.form div.fields div.buttons input
 
}
 
 
#login div.inner
 
{
 
    margin: 0 auto;
 
    padding: 20px;
 
    width: 380px;
 
	background: #FFFFFF url("../images/login.png") no-repeat top left;
 
    border-top: none;
 
    border-bottom: none;
 
}
 
 
/* -----------------------------------------------------------
 
	login -> form
 
----------------------------------------------------------- */
 
/*
 
	login / form
 
*/
 
 
#login div.form
 
{
 
    margin: 0;
 
    padding: 0;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#login div.form div.fields
 
{
 
	margin: 0;
 
@@ -2704,101 +2753,101 @@ div.form div.fields div.buttons input
 
#login div.form div.fields div.buttons input.ui-state-hover
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
    background: #b4b4b4 url("../images/button_selected.png") repeat-x;
 
    border-top: 1px solid #cccccc;
 
    border-left: 1px solid #bebebe;
 
    border-right: 1px solid #b1b1b1;
 
    border-bottom: 1px solid #afafaf;
 
    color: #515151;
 
}
 
 
/* -----------------------------------------------------------
 
	login -> links
 
----------------------------------------------------------- */
 
/*
 
	login / links
 
*/
 
 
#login div.form div.links
 
{
 
	margin: 10px 0 0 0;
 
	padding: 0 0 2px 0;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	register
 
----------------------------------------------------------- */
 
*/
 
 
#register
 
{
 
    margin: 10% auto 0 auto;
 
    padding: 0;
 
	width: 420px;
 
}
 
 
/* -----------------------------------------------------------
 
	register -> colors
 
----------------------------------------------------------- */ 
 
/*
 
	register / colors
 
*/ 
 
 
#register div.color
 
{
 
    margin: 10px auto 0 auto;
 
    padding: 3px 3px 3px 0;
 
	clear: both;
 
	overflow: hidden;
 
    background: #FFFFFF;
 
}
 
 
#register div.color a
 
{
 
    margin: 0 0 0 3px;
 
    padding: 0;
 
    width: 20px;
 
    height: 20px;
 
    display: block;
 
    float: left;
 
}
 
 
/* -----------------------------------------------------------
 
	register -> title
 
----------------------------------------------------------- */ 
 
/*
 
	register / title
 
*/ 
 
 
#register div.title
 
{
 
	margin: 0 auto;
 
	padding: 0;
 
	width: 420px;
 
	clear: both;
 
	overflow: hidden;
 
	position: relative;
 
	background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
 
	background: #003367 url("../images/header_inner.png") repeat-x;
 
}
 
 
#register div.title h5
 
{
 
	margin: 10px;
 
	padding: 0;
 
	color: #ffffff;	
 
}
 
 
/* -----------------------------------------------------------
 
	register -> inner
 
----------------------------------------------------------- */
 
/*
 
	register / inner
 
*/
 
#register div.title div.corner
 
{
 
	height: 6px;
 
	width: 6px;
 
	position: absolute;
 
	background: url("../images/colors/blue/login_corners.png") no-repeat;
 
	background: url("../images/login_corners.png") no-repeat;
 
}
 
 
#register div.title div.tl
 
{
 
	top: 0;
 
	left: 0;
 
    background-position: 0 0;
 
}
 
 
#register div.title div.tr
 
{
 
	top: 0;
 
@@ -2807,27 +2856,27 @@ div.form div.fields div.buttons input
 
    
 
}
 
#register div.inner
 
{
 
    margin: 0 auto;
 
    padding: 20px;
 
    width: 380px;
 
	background: #FFFFFF;
 
    border-top: none;
 
    border-bottom: none;
 
}
 
 
/* -----------------------------------------------------------
 
	register -> form
 
----------------------------------------------------------- */
 
/*
 
	register / form
 
*/
 
 
#register div.form
 
{
 
    margin: 0;
 
    padding: 0;
 
    clear: both;
 
    overflow: hidden;
 
}
 
 
#register div.form div.fields
 
{
 
	margin: 0;
 
@@ -2959,25 +3008,25 @@ div.form div.fields div.buttons input
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
    background: #e5e3e3 url("../images/button.png") repeat-x;
 
    border-top: 1px solid #DDDDDD;
 
    border-left: 1px solid #c6c6c6;
 
    border-right: 1px solid #DDDDDD;
 
    border-bottom: 1px solid #c6c6c6;
 
    color: #515151;
 
}
 
#register div.form div.fields div.buttons div.highlight input.ui-state-default
 
{
 
	background:url("../images/colors/blue/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
 
	background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
 
	border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
 
	border-style:solid;
 
	border-width:1px;
 
	color:#FFFFFF;
 
}
 
 
 
 
#register div.form div.fields div.buttons input.ui-state-hover
 
{
 
    margin: 0;
 
    padding: 6px 12px 6px 12px;
 
@@ -2986,27 +3035,27 @@ div.form div.fields div.buttons input
 
    border-left: 1px solid #bebebe;
 
    border-right: 1px solid #b1b1b1;
 
    border-bottom: 1px solid #afafaf;
 
    color: #515151;
 
}
 
 
#register div.form div.activation_msg {
 
	padding-top:4px;
 
	padding-bottom:4px;
 
	
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	SUMMARY
 
----------------------------------------------------------- */
 
*/
 
.trending_language_tbl, .trending_language_tbl td {
 
	margin:  0px !important;
 
	padding: 0px !important;
 
	border: 0 !important;
 
 
}
 
.trending_language{
 
	-moz-border-radius-bottomright:4px;
 
	-moz-border-radius-topright:4px;
 
	border-bottom-right-radius: 4px 4px;
 
	border-top-right-radius: 4px 4px;
 
	background-color:#336699;
 
@@ -3016,54 +3065,54 @@ div.form div.fields div.buttons input
 
	max-width:400px;
 
	padding:3px;
 
	text-decoration:none;
 
	height: 12px;
 
	margin-bottom: 4px;
 
	margin-left: 5px;
 
	white-space: pre;
 
}
 
 
#clone_url{
 
	border: none;
 
}
 
/* -----------------------------------------------------------
 
/*
 
    FILES
 
----------------------------------------------------------- */
 
*/
 
 
h3.files_location{
 
    font-size: 1.8em;
 
    font-weight: bold;
 
    margin: 10px 0 !important;
 
    border-bottom: none !important;
 
}
 
 
#files_data.dl{
 
 
 
}
 
#files_data dl dt{
 
    float:left;
 
    margin:0 !important;
 
    padding:5px;
 
    width:115px;
 
}
 
#files_data dl dd{
 
    margin:0 !important;
 
    padding: 5px !important;
 
}
 
 
 
/* -----------------------------------------------------------
 
/*
 
	CHANGESETS
 
----------------------------------------------------------- */
 
*/
 
#changeset_content {
 
	border:1px solid #CCCCCC;
 
	padding:5px;
 
}
 
 
#changeset_content .container .wrapper {
 
	width: 600px;
 
}
 
 
#changeset_content .container {
 
	min-height: 120px;
 
	font-size: 1.2em;
 
@@ -3120,27 +3169,27 @@ h3.files_location{
 
}
 
 
.cs_files .cs_removed {
 
	background: url("/images/icons/page_white_delete.png") no-repeat scroll
 
		3px;
 
	/*background-color: #FF8888;*/
 
	height: 16px;
 
	padding-left: 20px;
 
	margin-top: 7px;
 
	text-align: left;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	CHANGESETS - CANVAS
 
----------------------------------------------------------- */
 
*/
 
 
#graph {
 
	overflow: hidden;
 
}
 
 
#graph_nodes {
 
	width: 160px;
 
	float: left;
 
	margin-left:-50px;
 
	margin-top: 5px;
 
}
 
 
@@ -3236,27 +3285,27 @@ h3.files_location{
 
 
.right .logtags .branchtag{
 
	background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
 
    display:block;
 
    padding:8px 16px 0px 0px
 
}
 
.right .logtags .tagtag{
 
    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 6px;
 
    display:block;
 
    padding:6px 18px 0px 0px
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
	FILE BROWSER
 
----------------------------------------------------------- */
 
*/
 
div.browserblock {
 
	overflow: hidden;
 
	padding: 0px;
 
	border: 1px solid #ccc;
 
	background: #f8f8f8;
 
	font-size: 100%;
 
	line-height: 100%;
 
	/* new */
 
	line-height: 125%;
 
}
 
 
div.browserblock .browser-header {
 
@@ -3307,27 +3356,27 @@ table.code-browser .browser-file {
 
	height: 16px;
 
	padding-left: 20px;
 
	text-align: left;
 
}
 
 
table.code-browser .browser-dir {
 
	background: url("/images/icons/folder_16.png") no-repeat scroll 3px;
 
	height: 16px;
 
	padding-left: 20px;
 
	text-align: left;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    SEARCH
 
----------------------------------------------------------- */
 
*/
 
 
.box .search {
 
	clear:both;
 
	margin:0;
 
	overflow:hidden;
 
	padding:0 20px 10px;
 
}
 
.box .search div.search_path{
 
    background:none repeat scroll 0 0 #EEEEEE;
 
    border:1px solid #CCCCCC;
 
 
    color:blue;
 
@@ -3337,89 +3386,89 @@ table.code-browser .browser-dir {
 
.box .search div.search_path div.link{
 
	font-weight:bold;
 
	margin-left:25px;
 
}
 
.box .search div.search_path div.link a{
 
	color:#0066CC;
 
	cursor:pointer;
 
	text-decoration:none;
 
}
 
 
 
 
/* -----------------------------------------------------------
 
/*
 
	ADMIN - SETTINGS
 
----------------------------------------------------------- */
 
*/
 
#path_unlock{
 
	color: red;
 
	font-size: 1.2em;
 
	padding-left: 4px;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    INFOBOX
 
----------------------------------------------------------- */
 
*/
 
.info_box *{
 
	background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
 
	border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
 
	border-style:solid;
 
	border-width:1px;
 
	color:#4A4A4A;
 
	display:block;
 
	font-weight:bold;
 
	height:1%;
 
	padding:4px 6px;
 
	display: inline;
 
}
 
.info_box span{
 
    margin-left:3px;
 
    margin-right:3px;
 
}
 
.info_box input#at_rev {
 
	padding:5px 3px 3px 2px;
 
	text-align:center;
 
}
 
.info_box input#view {
 
	padding:4px 3px 2px 2px;
 
	text-align:center;
 
}
 
/* -----------------------------------------------------------
 
/*
 
    YUI TOOLTIP
 
----------------------------------------------------------- */
 
*/
 
.yui-overlay,.yui-panel-container {
 
    visibility: hidden;
 
    position: absolute;
 
    z-index: 2;
 
}
 
 
.yui-tt {
 
    visibility: hidden;
 
    position: absolute;
 
    color: #666666;
 
    background-color: #FFFFFF;
 
    font-family: arial, helvetica, verdana, sans-serif;
 
    padding: 8px;
 
    border: 2px solid #556CB5;
 
    font: 100% sans-serif;
 
    width: auto;
 
    opacity: 1.0;
 
}
 
 
.yui-tt-shadow {
 
    display: none;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    YUI AUTOCOMPLETE 
 
----------------------------------------------------------- */
 
*/
 
 
.ac{
 
    vertical-align: top;
 
 
}
 
.ac .match {
 
    font-weight:bold;
 
}
 
 
.ac .yui-ac {
 
    position: relative;
 
    font-family: arial;
 
@@ -3481,27 +3530,27 @@ table.code-browser .browser-dir {
 
/* styles for prehighlighted result item */
 
.ac .yui-ac-content li.yui-ac-prehighlight {
 
    background: #B3D4FF;
 
}
 
 
/* styles for highlighted result item */
 
.ac .yui-ac-content li.yui-ac-highlight {
 
    background: #556CB5;
 
    color: #FFF;
 
}
 
 
 
/* -----------------------------------------------------------
 
/*
 
    ACTION ICONS
 
----------------------------------------------------------- */
 
*/
 
.add_icon {
 
    background: url("/images/icons/add.png") no-repeat scroll 3px ;
 
    height: 16px;
 
    padding-left: 20px;
 
    padding-top: 1px;
 
    text-align: left;
 
}
 
 
.edit_icon {
 
    background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
 
    height: 16px;
 
    padding-left: 20px;
 
@@ -3545,60 +3594,60 @@ table.code-browser .browser-dir {
 
    border: 0px;
 
    display: block;
 
    color:#0066CC;
 
}
 
 
.action_button:hover {
 
    border: 0px;
 
    text-decoration:underline;
 
    cursor: pointer;
 
    color:#0066CC;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    REPO SWITCHER
 
----------------------------------------------------------- */
 
*/
 
 
#switch_repos{
 
	position: absolute;
 
	height: 25px;
 
	z-index: 1;
 
}
 
#switch_repos select{
 
    min-width:150px;
 
    max-height: 250px;
 
    z-index: 1;
 
}
 
/* -----------------------------------------------------------
 
/*
 
    BREADCRUMBS
 
----------------------------------------------------------- */
 
*/
 
 
.breadcrumbs{
 
	border:medium none;
 
	color:#FFFFFF;
 
	float:left;
 
	margin:0;
 
	padding:11px 0 11px 10px;
 
	text-transform:uppercase;
 
    font-weight: bold;
 
    font-size: 14px;
 
}
 
.breadcrumbs a{
 
 color: #FFFFFF;
 
}
 
 
 
/* -----------------------------------------------------------
 
/*
 
    FLASH MSG
 
----------------------------------------------------------- */
 
*/
 
.flash_msg ul {
 
    margin: 0;
 
    padding: 0px 0px 10px 0px;
 
}
 
 
.error_msg {
 
    background-color: #FFCFCF;
 
    background-image: url("/images/icons/error_msg.png");
 
    border: 1px solid #FF9595;
 
    color: #CC3300;
 
}
 
 
@@ -3638,27 +3687,27 @@ table.code-browser .browser-dir {
 
}
 
 
#msg_close {
 
    background: transparent url("icons/cross_grey_small.png") no-repeat
 
        scroll 0 0;
 
    cursor: pointer;
 
    height: 16px;
 
    position: absolute;
 
    right: 5px;
 
    top: 5px;
 
    width: 16px;
 
}
 
/* -----------------------------------------------------------
 
/*
 
	YUI FLOT
 
----------------------------------------------------------- */
 
*/
 
 
div#commit_history{
 
	float: left;
 
}
 
div#legend_data{
 
	float:left;
 
	
 
}
 
div#legend_container {
 
	float: left;
 
}
 
 
@@ -3673,92 +3722,377 @@ div#legend_container table td{
 
}
 
 
div#legend_choices table td{
 
	border: none !important;
 
	padding: 0px !important;
 
	height: 20px  !important;
 
}
 
 
div#legend_choices{
 
	float:left;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    PERMISSIONS TABLE
 
----------------------------------------------------------- */
 
*/
 
table#permissions_manage{
 
    width: 0 !important;
 
 
}
 
table#permissions_manage span.private_repo_msg{
 
    font-size: 0.8em;
 
    opacity:0.6;
 
    
 
}
 
table#permissions_manage td.private_repo_msg{
 
    font-size: 0.8em;
 
    
 
}
 
table#permissions_manage tr#add_perm_input td{
 
    vertical-align:middle;
 
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    GRAVATARS
 
----------------------------------------------------------- */
 
*/
 
div.gravatar{
 
	background-color:white;
 
	border:1px solid #D0D0D0;
 
	float:left;
 
	margin-right:0.7em;
 
	padding: 2px 2px 0px;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    STYLING OF LAYOUT
 
----------------------------------------------------------- */
 
 
 
/* -----------------------------------------------------------
 
*/
 
 
 
/*
 
    GLOBAL WIDTH
 
----------------------------------------------------------- */
 
*/
 
#header,#content,#footer{
 
    min-width: 1224px;
 
}
 
 
/* -----------------------------------------------------------
 
/*
 
    content
 
----------------------------------------------------------- */ 
 
*/ 
 
 
#content 
 
{
 
    margin: 10px 30px 0 30px;
 
    padding: 0;
 
    min-height: 100%;
 
    clear: both;
 
    overflow: hidden;
 
    background: transparent;
 
}
 
 
/* -----------------------------------------------------------
 
    content -> right -> forms -> labels
 
----------------------------------------------------------- */
 
/*
 
    content / right / forms / labels
 
*/
 
 
#content div.box div.form div.fields div.field div.label
 
{
 
    left: 80px;
 
    margin: 0;
 
    padding: 8px 0 0 5px;
 
    width: auto;
 
    position: absolute;
 
}
 
 
#content div.box-left div.form div.fields div.field div.label,
 
#content div.box-right div.form div.fields div.field div.label
 
{
 
    left: 0;
 
    margin: 0;
 
    padding: 0 0 8px 0;
 
    width: auto;
 
    position: relative;
 
}
 
\ No newline at end of file
 
}
 
 
 
 
 
/*
 
THEME
 
 
*/
 
 
/*
 
    header
 
*/ 
 
 
#header #header-inner
 
{
 
    background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
 
}
 
 
/*
 
    header / home
 
*/ 
 
 
#header #header-inner #home a
 
{
 
    background: url("../../images/button_home.png");
 
}
 
 
/*
 
    header / quick
 
*/
 
 
#header #header-inner #quick li a
 
{
 
    background: #336699 url("../../images/quick_l.png") no-repeat top left;
 
}
 
 
#header #header-inner #quick li span
 
{
 
    background: url("../../images/quick_r.png") no-repeat top right;
 
    border-left: 1px solid #3f6f9f;
 
}
 
 
#header #header-inner #quick li span.icon
 
{
 
    background: url("../../images/quick_l.png") no-repeat top left;
 
    border-right: 1px solid #2e5c89;
 
}
 
 
#header #header-inner #quick li a:hover
 
{
 
    background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat top left;
 
}
 
 
#header #header-inner #quick li a:hover span
 
{
 
    background: url("../../images/quick_r_selected.png") no-repeat top right;
 
}
 
 
#header #header-inner #quick li a:hover span.icon
 
{
 
    background: url("../../images/quick_l_selected.png") no-repeat top left;
 
}
 
 
/*
 
    header corners
 
*/ 
 
 
#header #header-inner div.corner
 
{
 
    background: url("../../images/header_inner_corners.png") no-repeat;
 
}
 
 
#header #header-inner div.tl
 
{
 
    top: 0;
 
    left: 0;
 
    background-position: 0 0;
 
}
 
 
#header #header-inner div.tr
 
{
 
    top: 0;
 
    right: 0;
 
    background-position: -6px 0;
 
}
 
 
/*
 
    content / left / menu
 
*/ 
 
 
#content #left #menu h6.selected
 
{
 
    background: #00376e url("../../images/menu_selected.png") repeat-x;
 
}
 
 
#content #left #menu h6.selected a
 
{
 
    background: url("../../images/menu_l_selected.png") no-repeat top left;
 
}
 
 
#content #left #menu h6.selected span
 
{
 
    background: url("../../images/menu_r_selected.png") no-repeat top right;
 
}
 
 
#content #left #menu ul
 
{
 
    background: #376ea6;
 
}
 
 
#content #left #menu li
 
{
 
    border-top: 1px solid #4377ab;
 
    border-bottom: 1px solid #326395;
 
}
 
 
#content #left #menu li a
 
{
 
    background: url("../../images/menu_arrow.png") no-repeat 0 9px;
 
}
 
 
#content #left #menu li a:hover
 
{
 
    color: #b9dcff;
 
}
 
 
#content #left #menu li.collapsible
 
{
 
    background: url("../../images/menu_border.png") no-repeat top left;
 
}
 
 
#content #left #menu li.collapsible a.minus
 
{
 
    border-bottom: 1px solid #326395;
 
}
 
 
#content #left #menu li ul
 
{
 
    border-left: 18px solid #326395;
 
}
 
 
#content #left #menu li ul li
 
{
 
    background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
 
    border-top: 1px solid #4377ab;
 
    border-bottom: 1px solid #326395;
 
}
 
 
/*
 
    content / right / box / title
 
*/
 
 
#content div.box div.title
 
{
 
    background: #336699 url("../../images/title.png") repeat-x;
 
}
 
 
#content div.box div.title ul.links li a
 
{
 
    background: url("../../images/title_link.png") no-repeat top left;
 
    border-left: 1px solid #316293;
 
}
 
 
#content div.box div.title ul.links li a:hover
 
{
 
    background: url("../../images/title_tab_selected.png") no-repeat bottom center;
 
    color: #bfe3ff;
 
}
 
 
#content div.box div.title ul.links li.ui-tabs-selected a
 
{
 
    background: url("../../images/title_tab_selected.png") no-repeat bottom center;
 
    color: #bfe3ff;
 
}
 
 
/*
 
    content / right / box / search
 
*/ 
 
 
#content div.box div.title div.search
 
{
 
    background: url("../../images/title_link.png") no-repeat top left;
 
    border-left: 1px solid #316293;
 
}
 
 
#content div.box div.title div.search div.input input
 
{
 
    border: 1px solid #316293;
 
}
 
 
#content div.box div.title div.search div.button input.ui-state-default
 
{
 
    background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
    border: 1px solid #316293;
 
    border-left: none;
 
    color: #FFFFFF;
 
}
 
 
#content div.box div.title div.search div.button input.ui-state-hover
 
{
 
    background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
 
    border: 1px solid #316293;
 
    border-left: none;
 
    color: #FFFFFF;
 
}
 
 
/*
 
    content / right / forms / button
 
*/
 
 
#content div.box div.form div.fields div.field div.highlight .ui-state-default
 
{
 
    background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
    border-top: 1px solid #5c91a4;
 
    border-left: 1px solid #2a6f89;
 
    border-right: 1px solid #2b7089;
 
    border-bottom: 1px solid #1a6480;
 
    color: #ffffff;
 
}
 
 
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
 
{
 
    background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
 
    border-top: 1px solid #78acbf;
 
    border-left: 1px solid #34819e;
 
    border-right: 1px solid #35829f;
 
    border-bottom: 1px solid #257897;
 
    color: #ffffff;
 
}
 
 
/*
 
    content / right / forms / buttons
 
*/
 
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
 
{
 
    background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
    border-top: 1px solid #5c91a4;
 
    border-left: 1px solid #2a6f89;
 
    border-right: 1px solid #2b7089;
 
    border-bottom: 1px solid #1a6480;
 
    color: #ffffff;
 
}
 
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
 
{
 
    background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
 
    border-top: 1px solid #78acbf;
 
    border-left: 1px solid #34819e;
 
    border-right: 1px solid #35829f;
 
    border-bottom: 1px solid #257897;
 
    color: #ffffff;
 
}
 
 
/*
 
    login / title
 
*/ 
 
 
#login div.title
 
{
 
    background: #003367 url("../../images/header_inner.png") repeat-x;
 
}
 
 
/*
 
    login / title / corners
 
*/ 
 
 
#login div.title div.corner
 
{
 
    background: url("../../images/login_corners.png") no-repeat;
 
}
 
 
#login div.title div.tl
 
{
 
    top: 0;
 
    left: 0;
 
    background-position: 0 0;
 
}
 
 
#login div.title div.tr
 
{
 
    top: 0;
 
    right: 0;
 
    background-position: -6px 0;
 
}
rhodecode/public/images/button_browse.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/button_browse_selected.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/button_highlight.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/button_highlight.png to rhodecode/public/images/button_highlight.png
Show images
rhodecode/public/images/button_highlight_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/button_highlight_selected.png to rhodecode/public/images/button_highlight_selected.png
Show images
rhodecode/public/images/button_home.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/button_home.png to rhodecode/public/images/button_home.png
Show images
rhodecode/public/images/header_inner.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/header_inner.png to rhodecode/public/images/header_inner.png
Show images
rhodecode/public/images/header_inner_corners.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/header_inner_corners.png to rhodecode/public/images/header_inner_corners.png
Show images
rhodecode/public/images/hglogo.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/login_corners.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/login_corners.png to rhodecode/public/images/login_corners.png
Show images
rhodecode/public/images/menu_arrow.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/menu_arrow.png to rhodecode/public/images/menu_arrow.png
Show images
rhodecode/public/images/menu_border.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/menu_border.png to rhodecode/public/images/menu_border.png
Show images
rhodecode/public/images/menu_l_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/menu_l_selected.png to rhodecode/public/images/menu_l_selected.png
Show images
rhodecode/public/images/menu_r_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/menu_r_selected.png to rhodecode/public/images/menu_r_selected.png
Show images
rhodecode/public/images/menu_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/menu_selected.png to rhodecode/public/images/menu_selected.png
Show images
rhodecode/public/images/quick_l.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/quick_l.png to rhodecode/public/images/quick_l.png
Show images
rhodecode/public/images/quick_l_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/quick_l_selected.png to rhodecode/public/images/quick_l_selected.png
Show images
rhodecode/public/images/quick_r.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/quick_r.png to rhodecode/public/images/quick_r.png
Show images
rhodecode/public/images/quick_r_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/quick_r_selected.png to rhodecode/public/images/quick_r_selected.png
Show images
rhodecode/public/images/title.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/title.png to rhodecode/public/images/title.png
Show images
rhodecode/public/images/title_link.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/title_link.png to rhodecode/public/images/title_link.png
Show images
rhodecode/public/images/title_tab_selected.png
Show inline comments
 
file renamed from rhodecode/public/images/colors/blue/title_tab_selected.png to rhodecode/public/images/title_tab_selected.png
Show images
rhodecode/templates/base/base.html
Show inline comments
 
@@ -235,27 +235,25 @@
 
				        <li>${h.link_to(_('permissions'),h.url('edit_permission',id='default'),class_='permissions')}</li>
 
				        <li class="last">${h.link_to(_('settings'),h.url('admin_settings'),class_='settings')}</li>        
 
				    </ul>
 
                </li>
 
				%endif
 
				
 
			</ul>
 
		%endif    
 
</%def>
 

	
 

	
 
<%def name="css()">
 
<link rel="stylesheet" type="text/css" href="/css/reset.css" />
 
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
 
<link id="color" rel="stylesheet" type="text/css" href="/css/colors/blue.css" />
 
<link rel="stylesheet" type="text/css" href="/css/pygments.css"  />
 
<link rel="stylesheet" type="text/css" href="/css/diff.css"  />
 
</%def>
 

	
 
<%def name="js()">
 
##<script type="text/javascript" src="/js/yui/utilities/utilities.js"></script>
 
##<script type="text/javascript" src="/js/yui/container/container.js"></script>
 
##<script type="text/javascript" src="/js/yui/datasource/datasource.js"></script>
 
##<script type="text/javascript" src="/js/yui/autocomplete/autocomplete.js"></script>
 

	
 
<script type="text/javascript" src="/js/yui2.js"></script>
 
<!--[if IE]><script language="javascript" type="text/javascript" src="/js/excanvas.min.js"></script><![endif]-->
0 comments (0 inline, 0 general)