##// END OF EJS Templates
make the yellow border indicator only for comments, it breaks other things
make the yellow border indicator only for comments, it breaks other things

File last commit:

r3296:6893b65d beta
r3296:6893b65d beta
Show More
style.css
4802 lines | 111.3 KiB | text/css | CssLexer
Mads Kiilerich
css: consistent use of space around { and ,
r3268 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 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
body {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 line-height: 1;
height: 100%;
background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
color: #000;
margin: 0;
padding: 0;
font-size: 12px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 ol, ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 blockquote, q {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 quotes: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 blockquote:before, blockquote:after, q:before, q:after {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 content: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
:focus {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 outline: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
del {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: line-through;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-collapse: collapse;
border-spacing: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
html {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #003367;
text-decoration: none;
cursor: pointer;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #316293;
text-decoration: underline;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h1, h2, h3, h4, h5, h6,
div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #292929;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h1, div.h1 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 22px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h2, div.h2 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h3, div.h3 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 18px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h4, div.h4 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 16px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h5, div.h5 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 14px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 h6, div.h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 11px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ul.circle {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: circle;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ul.disc {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: disc;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ul.square {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: square;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ol.lower-roman {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: lower-roman;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ol.upper-roman {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: upper-roman;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ol.lower-alpha {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: lower-alpha;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ol.upper-alpha {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: upper-alpha;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
ol.decimal {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style-type: decimal;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.color {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
position: absolute;
background: #FFF;
margin: 7px 0 0 60px;
padding: 1px 1px 1px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.color a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 15px;
height: 15px;
display: block;
float: left;
margin: 0 0 0 1px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.options {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
position: absolute;
background: #FFF;
margin: 7px 0 0 162px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.options a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.top-left-rounded-corner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-top-left-radius: 8px;
-khtml-border-radius-topleft: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.top-right-rounded-corner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-top-right-radius: 8px;
-khtml-border-radius-topright: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.bottom-left-rounded-corner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-bottom-left-radius: 8px;
-khtml-border-radius-bottomleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.bottom-right-rounded-corner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-bottom-right-radius: 8px;
-khtml-border-radius-bottomright: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.top-left-rounded-corner-mid {
-webkit-border-top-left-radius: 4px;
-khtml-border-radius-topleft: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.top-right-rounded-corner-mid {
-webkit-border-top-right-radius: 4px;
-khtml-border-radius-topright: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.bottom-left-rounded-corner-mid {
-webkit-border-bottom-left-radius: 4px;
-khtml-border-radius-bottomleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.bottom-right-rounded-corner-mid {
-webkit-border-bottom-right-radius: 4px;
-khtml-border-radius-bottomright: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.help-block {
color: #999999;
display: block;
margin-bottom: 0;
margin-top: 5px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .empty_data {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color:#B9B9B9;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 a.permalink {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 visibility: hidden;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 a.permalink:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
h1:hover > a.permalink,
h2:hover > a.permalink,
h3:hover > a.permalink,
h4:hover > a.permalink,
h5:hover > a.permalink,
h6:hover > a.permalink,
div:hover > a.permalink {
visibility: visible;
}
#header {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0;
padding: 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-bottom: 5px !important;
-webkit-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
height: 37px;
background-color: #003B76;
Mads Kiilerich
convert style.css to unix line endings
r3189 background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style: none;
float: left;
margin: 8px 0 0;
padding: 4px 12px;
border-left: 1px solid #316293;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.first {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: none;
margin: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.first div.gravatar {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-top: -2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.first div.account {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top: 4px;
float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.last {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-right: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
font-weight: 700;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: underline;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.highlight a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header ul#logged-user li.highlight a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 min-height: 44px;
clear: both;
position: relative;
Mads Kiilerich
convert style.css to unix line endings
r3189 background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0;
padding: 0;
display: block;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner.hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: fixed !important;
width: 100% !important;
margin-left: -10px !important;
z-index: 10000;
Mads Kiilerich
convert style.css to unix line endings
r3189 -webkit-border-radius: 0px 0px 0px 0px;
-khtml-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-radius: 0px 0px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ie7 #header #header-inner.hover,
.ie8 #header #header-inner.hover,
.ie9 #header #header-inner.hover
{
z-index: auto !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .header-pos-fix, .anchor {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-top: -46px;
padding-top: 46px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #home a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 40px;
width: 46px;
display: block;
background: url("../images/button_home.png");
background-position: 0 0;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #home a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-position: 0 -40px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #logo {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
position: absolute;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #logo h1 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFF;
font-size: 20px;
margin: 12px 0 0 13px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #logo a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #logo a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #bfe3ff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick, #header #header-inner #quick ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: relative;
float: right;
list-style-type: none;
list-style-position: outside;
margin: 8px 8px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: relative;
float: left;
margin: 0 5px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li a.menu_link {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: 0;
left: 0;
height: 1%;
display: block;
clear: both;
overflow: hidden;
color: #FFF;
font-weight: 700;
text-decoration: none;
background: #369;
padding: 0;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li span.short {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 9px 6px 8px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: 0;
right: 0;
height: 1%;
display: block;
float: left;
border-left: 1px solid #3f6f9f;
margin: 0;
padding: 10px 12px 8px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li span.normal {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none;
padding: 10px 12px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li span.icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: 0;
left: 0;
border-left: none;
border-right: 1px solid #2e5c89;
padding: 8px 6px 4px;
min-width: 16px;
min-height: 16px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li span.icon_short {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: 0;
left: 0;
border-left: none;
border-right: 1px solid #2e5c89;
padding: 8px 6px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0px -2px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
top menu: highlight current menu item - reusing hover...
r3203 #header #header-inner #quick li.current a,
Mads Kiilerich
convert style.css to unix line endings
r3189 #header #header-inner #quick li a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #4e4e4e no-repeat top left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
top menu: highlight current menu item - reusing hover...
r3203 #header #header-inner #quick li.current a span,
Mads Kiilerich
convert style.css to unix line endings
r3189 #header #header-inner #quick li a:hover span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 1px solid #545454;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
top menu: highlight current menu item - reusing hover...
r3203 #header #header-inner #quick li.current a span.icon,
#header #header-inner #quick li.current a span.icon_short,
#header #header-inner #quick li a:hover span.icon,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li a:hover span.icon_short {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: none;
border-right: 1px solid #464646;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: 29px;
right: 0;
min-width: 200px;
display: none;
position: absolute;
background: #FFF;
border: 1px solid #666;
border-top: 1px solid #003367;
z-index: 100;
margin: 0px 0px 0px 0px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick ul.repo_switcher {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 max-height: 275px;
overflow-x: hidden;
overflow-y: auto;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick ul.repo_switcher li.qfilter_rs {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: none;
margin: 0;
border-bottom: 2px solid #003367;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick .repo_switcher_type {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
left: 0;
top: 9px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-bottom: 1px solid #ddd;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul li a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 182px;
height: auto;
display: block;
float: left;
background: #FFF;
color: #003367;
font-weight: 400;
margin: 0;
padding: 7px 9px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul li a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #000;
background: #FFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick ul ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 top: auto;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 right: 200px;
max-height: 290px;
overflow: auto;
overflow-x: hidden;
white-space: normal;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
#FFF;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
#FFF;
min-width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
9px #FFF;
min-width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
#FFF;
min-width: 167px;
margin: 0 0 0 14px;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
#FFF;
min-width: 167px;
margin: 0 0 0 14px;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/database_edit.png") no-repeat scroll
4px 9px #FFF;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/database_link.png") no-repeat scroll
4px 9px #FFF;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
move old shortlog as lightweight changelog into option, it's still useful to have since it's less resources to generate data for it.
r3290 #header #header-inner #quick li ul li a.shortlog, #header #header-inner #quick li ul li a.shortlog:hover {
background: #FFF url("../images/icons/clock_16.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul li a.tags,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.tags:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#header #header-inner #quick li ul li a.bookmarks,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.bookmarks:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
}
#header #header-inner #quick li ul li a.admin,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li ul li a.admin:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
width: 167px;
margin: 0;
padding: 12px 9px 7px 24px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.groups_breadcrumbs a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.groups_breadcrumbs a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #bfe3ff;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
cursor: pointer;
width: 8px;
border: 1px solid transparent;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu.active {
background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
border: 1px solid #003367;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
td.quick_repo_menu .menu_items {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-top: 10px;
margin-left:-6px;
width: 150px;
position: absolute;
background-color: #FFF;
background: none repeat scroll 0 0 #FFFFFF;
border-color: #003367 #666666 #666666;
border-right: 1px solid #666666;
border-style: solid;
border-width: 1px;
box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
border-top-style: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu .menu_items li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu .menu_items a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
padding: 4px 12px 4px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu .menu_items a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #EEE;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu .menu_items .icon img {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-bottom: -2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
td.quick_repo_menu .menu_items.hidden {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.yui-dt-first th {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
.yui-skin-sam .yui-dt-mask {
position: absolute;
z-index: 9500;
}
.yui-dt-tmp {
position: absolute;
left: -9000px;
}
.yui-dt-scrollable .yui-dt-bd { overflow: auto }
.yui-dt-scrollable .yui-dt-hd {
overflow: hidden;
position: relative;
}
.yui-dt-scrollable .yui-dt-bd thead tr,
.yui-dt-scrollable .yui-dt-bd thead th {
position: absolute;
left: -1500px;
}
.yui-dt-scrollable tbody { -moz-outline: 0 }
.yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
.yui-skin-sam thead .yui-dt-draggable { cursor: move }
.yui-dt-coltarget {
position: absolute;
z-index: 999;
}
.yui-dt-hd { zoom: 1 }
th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
.yui-dt-resizer {
position: absolute;
right: 0;
bottom: 0;
height: 100%;
cursor: e-resize;
cursor: col-resize;
background-color: #CCC;
opacity: 0;
filter: alpha(opacity=0);
}
.yui-dt-resizerproxy {
visibility: hidden;
position: absolute;
z-index: 9000;
background-color: #CCC;
opacity: 0;
filter: alpha(opacity=0);
}
th.yui-dt-hidden .yui-dt-liner,
td.yui-dt-hidden .yui-dt-liner,
th.yui-dt-hidden .yui-dt-resizer { display: none }
.yui-dt-editor,
.yui-dt-editor-shim {
position: absolute;
z-index: 9000;
}
.yui-skin-sam .yui-dt table {
margin: 0;
padding: 0;
font-family: arial;
font-size: inherit;
border-collapse: separate;
*border-collapse: collapse;
border-spacing: 0;
border: 1px solid #7f7f7f;
}
.yui-skin-sam .yui-dt thead { border-spacing: 0 }
.yui-skin-sam .yui-dt caption {
color: #000;
font-size: 85%;
font-weight: normal;
font-style: italic;
line-height: 1;
padding: 1em 0;
text-align: center;
}
.yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a {
font-weight: normal;
text-decoration: none;
color: #000;
vertical-align: bottom;
}
.yui-skin-sam .yui-dt th {
margin: 0;
padding: 0;
border: 0;
border-right: 1px solid #cbcbcb;
}
.yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
.yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
.yui-skin-sam .yui-dt-liner {
margin: 0;
padding: 0;
}
.yui-skin-sam .yui-dt-coltarget {
width: 5px;
background-color: red;
}
.yui-skin-sam .yui-dt td {
margin: 0;
padding: 0;
border: 0;
border-right: 1px solid #cbcbcb;
text-align: left;
}
.yui-skin-sam .yui-dt-list td { border-right: 0 }
.yui-skin-sam .yui-dt-resizer { width: 6px }
.yui-skin-sam .yui-dt-mask {
background-color: #000;
opacity: .25;
filter: alpha(opacity=25);
}
.yui-skin-sam .yui-dt-message { background-color: #FFF }
.yui-skin-sam .yui-dt-scrollable table { border: 0 }
.yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
border-left: 1px solid #7f7f7f;
border-top: 1px solid #7f7f7f;
border-right: 1px solid #7f7f7f;
}
.yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
border-left: 1px solid #7f7f7f;
border-bottom: 1px solid #7f7f7f;
border-right: 1px solid #7f7f7f;
background-color: #FFF;
}
.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
.yui-skin-sam th.yui-dt-asc,
.yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
.yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
.yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
.yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
tbody .yui-dt-editable { cursor: pointer }
.yui-dt-editor {
text-align: left;
background-color: #f2f2f2;
border: 1px solid #808080;
padding: 6px;
}
.yui-dt-editor label {
padding-left: 4px;
padding-right: 6px;
}
.yui-dt-editor .yui-dt-button {
padding-top: 6px;
text-align: right;
}
.yui-dt-editor .yui-dt-button button {
background: url(../images/sprite.png) repeat-x 0 0;
border: 1px solid #999;
width: 4em;
height: 1.8em;
margin-left: 6px;
}
.yui-dt-editor .yui-dt-button button.yui-dt-default {
background: url(../images/sprite.png) repeat-x 0 -1400px;
background-color: #5584e0;
border: 1px solid #304369;
color: #FFF;
}
.yui-dt-editor .yui-dt-button button:hover {
background: url(../images/sprite.png) repeat-x 0 -1300px;
color: #000;
}
.yui-dt-editor .yui-dt-button button:active {
background: url(../images/sprite.png) repeat-x 0 -1700px;
color: #000;
}
.yui-skin-sam tr.yui-dt-even { background-color: #FFF }
.yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
.yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
.yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
.yui-skin-sam th.yui-dt-highlighted,
.yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
.yui-skin-sam tr.yui-dt-highlighted,
.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
cursor: pointer;
background-color: #b2d2ff;
}
.yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
cursor: pointer;
background-color: #b2d2ff;
}
.yui-skin-sam th.yui-dt-selected,
.yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
.yui-skin-sam tr.yui-dt-selected td,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
background-color: #426fd9;
color: #FFF;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
background-color: #446cd7;
color: #FFF;
}
.yui-skin-sam .yui-dt-list th.yui-dt-selected,
.yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
background-color: #426fd9;
color: #FFF;
}
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
background-color: #446cd7;
color: #FFF;
}
.yui-skin-sam .yui-dt-paginator {
display: block;
margin: 6px 0;
white-space: nowrap;
}
.yui-skin-sam .yui-dt-paginator .yui-dt-first,
.yui-skin-sam .yui-dt-paginator .yui-dt-last,
.yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
.yui-skin-sam .yui-dt-paginator a.yui-dt-first,
.yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
.yui-skin-sam .yui-dt-paginator .yui-dt-previous,
.yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
.yui-skin-sam a.yui-dt-page {
border: 1px solid #cbcbcb;
padding: 2px 6px;
text-decoration: none;
background-color: #fff;
}
.yui-skin-sam .yui-dt-selected {
border: 1px solid #fff;
background-color: #fff;
}
#content #left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 left: 0;
width: 280px;
position: absolute;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content #right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 60px 10px 290px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
background: #fff;
margin: 0 0 10px;
padding: 0 0 10px;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box-left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 49%;
clear: none;
float: left;
margin: 0 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box-right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 49%;
clear: none;
float: right;
margin: 0 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.title {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
margin: 0 0 20px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.title h5 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
border: none;
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 11px 0 11px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.title .link-white {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFFFFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.title .link-white.current {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #BFE3FF;
}
#content div.box div.title ul.links li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style: none;
float: left;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.title ul.links li a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 1px solid #316293;
color: #FFFFFF;
display: block;
float: left;
font-size: 13px;
font-weight: 700;
height: 1%;
margin: 0;
padding: 11px 22px 12px;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
#content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
border-bottom: 1px solid #DDD;
margin: 10px 20px;
padding: 0 0 15px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box p {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #5f5f5f;
font-size: 12px;
line-height: 150%;
margin: 0 24px 10px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box blockquote {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 4px solid #DDD;
color: #5f5f5f;
font-size: 11px;
line-height: 150%;
margin: 0 34px;
padding: 0 0 0 14px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box blockquote p {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box dl {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box dt {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 12px;
margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box dd {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 12px;
margin: 0;
padding: 8px 0 8px 15px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 12px;
padding: 4px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box ul.disc, #content div.box ul.circle {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 24px 10px 38px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box ul.square {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 24px 10px 40px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box img.left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none;
float: left;
margin: 10px 10px 10px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box img.right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none;
float: right;
margin: 10px 0 10px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.messages {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0 20px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 5px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 white-space: pre-wrap;
}
#content div.box div.expand {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 110%;
height:14px;
font-size:10px;
text-align:center;
cursor: pointer;
color:#666;
background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
display: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.expand .expandtext {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #ffffff;
padding: 2px;
border-radius: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: 400 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message div.image {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin: 9px 0 0 5px;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message div.image img {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align: middle;
margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message div.text {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin: 0;
padding: 9px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message div.dismiss a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 16px;
width: 16px;
display: block;
background: url("../images/icons/cross.png") no-repeat;
margin: 15px 14px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.message div.text h1, #content div.box div.message div.text h2, #content div.box div.message div.text h3, #content div.box div.message div.text h4, #content div.box div.message div.text h5, #content div.box div.message div.text h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message div.text span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
margin: 0;
padding: 5px 0 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-error {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
background: #FBE3E4;
border: 1px solid #FBC2C4;
color: #860006;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-error h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #860006;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-warning {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
background: #FFF6BF;
border: 1px solid #FFD324;
color: #5f5200;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-warning h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #5f5200;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-notice {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
background: #8FBDE0;
border: 1px solid #6BACDE;
color: #003863;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-notice h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #003863;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-success {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
background: #E6EFC2;
border: 1px solid #C6D880;
color: #4e6100;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.message-success h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #4e6100;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
Mads Kiilerich
css: set min-height on form fields...
r3271 min-height: 12px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-bottom: 1px solid #DDD;
clear: both;
margin: 0;
padding: 10px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field-first {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field-noborder {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-bottom: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field span.error-message {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: inline-block;
color: red;
margin: 8px 0 0 4px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field span.success {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
color: #316309;
margin: 8px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 left: 70px;
width: 155px;
position: absolute;
margin: 0;
padding: 5px 0 0 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.label-summary {
left: 30px;
width: 155px;
position: absolute;
margin: 0;
padding: 0px 0 0 0px;
}
#content div.box-left div.form div.fields div.field div.label,
#content div.box-right div.form div.fields div.field div.label,
#content div.box-left div.form div.fields div.field div.label,
#content div.box-left div.form div.fields div.field div.label-summary,
#content div.box-right div.form div.fields div.field div.label-summary,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.field div.label-summary {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
left: 0;
width: auto;
position: relative;
margin: 0;
padding: 0 0 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.label-select {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 5px 0 0 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box-left div.form div.fields div.field div.label-select,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-right div.form div.fields div.field div.label-select {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 0 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box-left div.form div.fields div.field div.label-textarea,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-right div.form div.fields div.field div.label-textarea {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 0 8px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.label label, div.label label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #393939;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.label label, div.label-summary label {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #393939;
font-weight: 700;
}
#content div.box div.form div.fields div.field div.input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 200px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input.summary {
margin: 0 0 0 110px;
}
#content div.box div.form div.fields div.field div.input.summary-short {
margin: 0 0 0 110px;
}
#content div.box div.form div.fields div.field div.file {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 200px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input,
.reviewer_ac input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
font-size: 11px;
margin: 0;
padding: 7px 7px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input#clone_url,
#content div.box div.form div.fields div.field div.input input#clone_url_id
{
font-size: 16px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.file input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: none repeat scroll 0 0 #FFFFFF;
border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
border-style: solid;
border-width: 1px;
color: #000000;
font-size: 11px;
margin: 0;
padding: 7px 7px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
input.disabled {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #F5F5F5 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input.small {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 30%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input.medium {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 55%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input.large {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 85%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input.date {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 177px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.input input.button {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #D4D0C8;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #404040;
border-bottom: 1px solid #404040;
color: #000;
margin: 0;
padding: 4px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.textarea {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
margin: 0 0 0 200px;
padding: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.textarea-editor {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid #ddd;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.textarea textarea {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
height: 220px;
overflow: hidden;
background: #FFF;
color: #000;
font-size: 11px;
outline: none;
border-width: 0;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.field div.textarea textarea, #content div.box-right div.form div.fields div.field div.textarea textarea {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
height: 100px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.textarea table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
border: none;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.form div.fields div.field div.textarea table td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #DDD;
border: none;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.textarea table td table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: auto;
border: none;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.textarea table td table td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 11px;
padding: 5px 5px 5px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#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,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .reviewer_ac input:focus {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #f6f6f6;
border-color: #666;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.reviewer_ac {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:10px
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.form div.fields div.field div.button {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0;
padding: 0 0 0 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table.noborder {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid transparent;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
border-collapse: separate;
margin: 0;
padding: 0;
border: 1px solid #eee;
Mads Kiilerich
convert style.css to unix line endings
r3189 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-radius: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table th {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #eee;
border-bottom: 1px solid #ddd;
padding: 5px 0px 5px 5px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table th.left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table th.right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: right;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table th.center {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: center;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table th.selected {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align: middle;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #fff;
border-bottom: 1px solid #cdcdcd;
vertical-align: middle;
padding: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table tr.selected td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFC;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table td.selected {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 3%;
text-align: center;
vertical-align: middle;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table td.action {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 45%;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box table td.date {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 33%;
text-align: center;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.action {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
background: #FFF;
text-align: right;
margin: 10px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.action select {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 11px;
margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.action .ui-selectmenu {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
margin: 10px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination ul.pager {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
text-align: right;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination ul.pager li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
float: left;
list-style: none;
background: #ebebeb url("../images/pager.png") repeat-x;
border-top: 1px solid #dedede;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
color: #4A4A4A;
font-weight: 700;
margin: 0 0 0 4px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination ul.pager li.separator {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination ul.pager li.current {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
color: #515151;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination ul.pager li a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
float: left;
color: #515151;
text-decoration: none;
margin: 0;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination ul.pager li a:hover, #content div.box div.pagination ul.pager li a:active {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
margin: -1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination-wh {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
clear: both;
overflow: hidden;
text-align: right;
margin: 10px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination-right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination-wh a,
#content div.box div.pagination-wh span.pager_dotdot,
#content div.box div.pagination-wh span.yui-pg-previous,
#content div.box div.pagination-wh span.yui-pg-last,
#content div.box div.pagination-wh span.yui-pg-next,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination-wh span.yui-pg-first {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
float: left;
background: #ebebeb url("../images/pager.png") repeat-x;
border-top: 1px solid #dedede;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
color: #4A4A4A;
font-weight: 700;
margin: 0 0 0 4px;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.pagination-wh span.pager_curpage {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
float: left;
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
color: #515151;
font-weight: 700;
margin: 0 0 0 4px;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic div.legend {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
border-bottom: 1px solid #ddd;
margin: 0 0 10px;
padding: 0 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic div.legend h6 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
border: none;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic div.legend li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 list-style: none;
float: left;
font-size: 11px;
margin: 0;
padding: 0 8px 0 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic div.legend li.visits {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 12px solid #edc240;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic div.legend li.pageviews {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 12px solid #afd8f8;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: auto;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic table td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: transparent;
border: none;
padding: 2px 3px 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.traffic table td.legendLabel {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 3px 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#summary {
}
#summary .metatag {
display: inline-block;
padding: 3px 5px;
margin-bottom: 3px;
margin-right: 1px;
border-radius: 5px;
}
#content div.box #summary p {
margin-bottom: -5px;
Mads Kiilerich
css: consistent use of space around { and ,
r3268 width: 600px;
white-space: pre-wrap;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box #summary p:last-child {
margin-bottom: 9px;
}
#content div.box #summary p:first-of-type {
margin-top: 9px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .metatag {
Mads Kiilerich
convert style.css to unix line endings
r3189 display: inline-block;
margin-right: 1px;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267
Mads Kiilerich
convert style.css to unix line endings
r3189 border: solid 1px #9CF;
padding: 2px 3px 2px 3px !important;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #DEF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.metatag[tag="dead"] {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #E44;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.metatag[tag="stale"] {
background-color: #EA4;
}
.metatag[tag="featured"] {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #AEA;
}
.metatag[tag="requires"] {
background-color: #9CF;
}
.metatag[tag="recommends"] {
background-color: #BDF;
}
.metatag[tag="lang"] {
background-color: #FAF474;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.metatag[tag="license"] {
border: solid 1px #9CF;
background-color: #DEF;
target-new: tab !important;
}
.metatag[tag="see"] {
border: solid 1px #CBD;
background-color: #EDF;
}
a.metatag[tag="license"]:hover {
background-color: #003367;
color: #FFF;
text-decoration: none;
}
#summary .desc {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 white-space: pre;
width: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#summary .repo_name {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 1.6em;
font-weight: bold;
vertical-align: baseline;
clear: right
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#footer {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
text-align: right;
margin: 0;
padding: 0 10px 4px;
margin: -10px 0 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#footer div#footer-inner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #003B76;
background-repeat : repeat-x;
background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
background-image : -moz-linear-gradient(top, #003b76, #00376e);
background-image : -ms-linear-gradient( top, #003b76, #00376e);
background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
background-image : -webkit-linear-gradient( top, #003b76, #00376e));
background-image : -o-linear-gradient( top, #003b76, #00376e));
background-image : linear-gradient( top, #003b76, #00376e);
filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#footer div#footer-inner p {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 15px 25px 15px 0;
color: #FFF;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#footer div#footer-inner .footer-link {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
padding-left: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.title {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
position: relative;
background-color: #003B76;
background-repeat : repeat-x;
background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
background-image : -moz-linear-gradient( top, #003b76, #00376e);
background-image : -ms-linear-gradient( top, #003b76, #00376e);
background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
background-image : -webkit-linear-gradient( top, #003b76, #00376e));
background-image : -o-linear-gradient( top, #003b76, #00376e));
background-image : linear-gradient( top, #003b76, #00376e);
filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
margin: 0 auto;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.inner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF url("../images/login.png") no-repeat top left;
border-top: none;
border-bottom: none;
margin: 0 auto;
padding: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.form div.fields div.field div.label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 173px;
float: left;
text-align: right;
margin: 2px 10px 0 0;
padding: 5px 0 0 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.form div.fields div.field div.input input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
font-size: 11px;
margin: 0;
padding: 7px 7px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.form div.fields div.buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
border-top: 1px solid #DDD;
text-align: right;
margin: 0;
padding: 10px 0 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#login div.form div.links {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 10px 0 0;
padding: 0 0 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .user-menu {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin: 0px !important;
float: left;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .user-menu .container {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding:0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .user-menu .gravatar {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin: 0px 0px 0px 0px;
cursor: pointer;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .user-menu .gravatar.enabled {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #FDF784 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .user-menu .gravatar:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #FDF784 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login {
Mads Kiilerich
convert style.css to unix line endings
r3189 min-height: 80px;
padding: 4px;
position: absolute;
Mads Kiilerich
top menu: show user menu when hovering instead of using js - like other menus
r3206 right: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 width: 278px;
background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 z-index: 999;
-webkit-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login h4 {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #fff;
padding: 5px 0px 5px 14px;
}
#quick_login .password_forgoten {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-right: 10px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login .password_forgoten a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 10px;
color: #fff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login .register {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-right: 10px;
padding-top: 5px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login .register a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 10px;
color: #fff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login .submit {
margin: -20px 0 0 0px;
position: absolute;
right: 15px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login .links_left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login .links_right {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: right;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login .full_name {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #FFFFFF;
font-weight: bold;
Mads Kiilerich
user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
r3280 padding: 3px 3px 3px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login .big_gravatar {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:4px 0px 0px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
r3280 #quick_login .notifications {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding:4px 0px 0px 6px;
color: #FFFFFF;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: bold;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
r3280 #quick_login .notifications a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFFFFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
r3280 #quick_login .email, #quick_login .unread {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #FFFFFF;
Mads Kiilerich
user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
r3280 padding: 3px 3px 3px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login .links .logout {
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.fields {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top: 2px;
padding-left: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.fields div.field {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.fields div.field div.label label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
padding-bottom: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.fields div.field div.input input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 236px;
background: #FFF;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
font-size: 11px;
margin: 0;
padding: 5px 7px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.fields div.buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
text-align: right;
margin: 0;
padding: 5px 14px 0px 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#quick_login div.form div.links {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 10px 0 0;
padding: 0 0 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login ol.links {
Mads Kiilerich
convert style.css to unix line endings
r3189 display: block;
font-weight: bold;
list-style: none outside none;
text-align: right;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login ol.links li {
Mads Kiilerich
convert style.css to unix line endings
r3189 line-height: 27px;
margin: 0;
padding: 0;
color: #fff;
display: block;
float:none !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login ol.links li a {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #fff;
display: block;
padding: 2px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #quick_login ol.links li a:HOVER {
Mads Kiilerich
convert style.css to unix line endings
r3189 background-color: inherit !important;
}
#register div.title {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
position: relative;
Mads Kiilerich
convert style.css to unix line endings
r3189 background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
endColorstr='#00376e', GradientType=0 );
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 auto;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#register div.inner {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF;
border-top: none;
border-bottom: none;
margin: 0 auto;
padding: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#register div.form div.fields div.field div.label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 135px;
float: left;
text-align: right;
margin: 2px 10px 0 0;
padding: 5px 0 0 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#register div.form div.fields div.field div.input input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 300px;
background: #FFF;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
font-size: 11px;
margin: 0;
padding: 7px 7px 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#register div.form div.fields div.buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
border-top: 1px solid #DDD;
text-align: left;
margin: 0;
padding: 10px 0 0 150px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#register div.form div.activation_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top: 4px;
padding-bottom: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_day {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 20px;
padding: 10px 0px;
border-bottom: 2px solid #DDD;
margin-left: 10px;
margin-right: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 5px;
clear: both;
margin: 0px 5px 0px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_action_container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-left: 38px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_user {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #747474;
font-size: 14px;
font-weight: bold;
height: 30px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_user.deleted {
color: #747474;
font-size: 14px;
font-weight: normal;
height: 30px;
font-style: italic;
}
#journal .journal_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
float: left;
padding-right: 4px;
padding-top: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_action {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top: 4px;
min-height: 2px;
float: left
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_action_params {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: left;
padding-left: 22px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_repo {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin-left: 6px;
padding-top: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .date {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
color: #777777;
font-size: 11px;
padding-left: 22px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .journal_repo .journal_repo_name {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: bold;
font-size: 1.1em;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#journal .compare_view {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 5px 0px 5px 0px;
width: 95px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.journal_highlight {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: bold;
padding: 0 2px;
vertical-align: bottom;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .trending_language_tbl, .trending_language_tbl td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 0 !important;
margin: 0 !important;
padding: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .trending_language_tbl, .trending_language_tbl tr {
Mads Kiilerich
convert style.css to unix line endings
r3189 border-spacing: 1px;
}
.trending_language {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #003367;
color: #FFF;
display: block;
min-width: 20px;
text-decoration: none;
height: 12px;
margin-bottom: 0px;
margin-left: 5px;
white-space: pre;
padding: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
h3.files_location {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 1.8em;
font-weight: 700;
border-bottom: none !important;
margin: 10px 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#files_data dl dt {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
width: 60px;
margin: 0 !important;
padding: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#files_data dl dd {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 !important;
padding: 5px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .file_history {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top:10px;
font-size:16px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .file_author {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .file_author .item {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float:left;
padding:5px;
color: #888;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.tablerow0 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #F8F8F8;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.tablerow1 {
background-color: #FFFFFF;
}
.changeset_id {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-family: monospace;
color: #666666;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.changeset_hash {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #000000;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_compare_view_content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid #CCC;
padding: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content .container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 min-height: 100px;
font-size: 1.2em;
overflow: hidden;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_compare_view_content .compare_view_commits {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: auto !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_compare_view_content .compare_view_commits td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 0px 0px 12px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content .container .right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
width: 20%;
text-align: right;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content .container .left .message {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 white-space: pre-wrap;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content .container .left .message a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.cs_files .cur_cs {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 2px;
font-weight: bold;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.cs_files .node {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.cs_files .changes {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
color:#003367;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.cs_files .changes .added {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #BBFFBB;
float: left;
text-align: center;
font-size: 9px;
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 2px 0px 2px 0px;
}
.cs_files .changes .deleted {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #FF8888;
float: left;
text-align: center;
font-size: 9px;
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 2px 0px 2px 0px;
}
/*new binary*/
.cs_files .changes .bin1 {
background-color: #BBFFBB;
float: left;
text-align: center;
font-size: 9px;
padding: 2px 0px 2px 0px;
}
/*deleted binary*/
.cs_files .changes .bin2 {
background-color: #FF8888;
float: left;
text-align: center;
font-size: 9px;
padding: 2px 0px 2px 0px;
}
/*mod binary*/
.cs_files .changes .bin3 {
background-color: #DDDDDD;
float: left;
text-align: center;
font-size: 9px;
padding: 2px 0px 2px 0px;
}
/*rename file*/
.cs_files .changes .bin4 {
background-color: #6D99FF;
float: left;
text-align: center;
font-size: 9px;
padding: 2px 0px 2px 0px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .cs_files .cs_added, .cs_files .cs_A {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/page_white_add.png") no-repeat scroll
3px;
height: 16px;
padding-left: 20px;
margin-top: 7px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .cs_files .cs_changed, .cs_files .cs_M {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/page_white_edit.png") no-repeat scroll
3px;
height: 16px;
padding-left: 20px;
margin-top: 7px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .cs_files .cs_removed, .cs_files .cs_D {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/page_white_delete.png") no-repeat
scroll 3px;
height: 16px;
padding-left: 20px;
margin-top: 7px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 overflow: hidden;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_nodes {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin-right: 0px;
margin-top: 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 80%;
float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container_header {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-bottom: 1px solid #DDD;
padding: 10px;
height: 25px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content #rev_range_container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin: 0px 0px 0px 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content #rev_range_clear {
float: left;
margin: 0px 0px 0px 3px;
}
#graph_content .container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-bottom: 1px solid #DDD;
height: 56px;
overflow: hidden;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .right {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
width: 23%;
text-align: right;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
width: 25%;
padding-left: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .mid {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
width: 49%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .left .date {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #666;
padding-left: 22px;
font-size: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .left .author {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 22px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .left .author .user {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #444444;
float: left;
margin-left: -4px;
margin-top: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#graph_content .container .mid .message {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 white-space: pre-wrap;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #graph_content .container .mid .message a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .revision-link {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color:#3F6F9F;
Mads Kiilerich
convert style.css to unix line endings
r3189 font-weight: bold !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .issue-tracker-link {
Mads Kiilerich
convert style.css to unix line endings
r3189 color:#3F6F9F;
font-weight: bold !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .changeset-status-container {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding-right: 5px;
margin-top:1px;
float:right;
height:14px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .code-header .changeset-status-container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float:left;
padding:2px 0px 0px 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .changeset-status-container .changeset-status-lbl {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: rgb(136, 136, 136);
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
padding: 3px 4px 0px 0px
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .code-header .changeset-status-container .changeset-status-lbl {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 4px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .changeset-status-container .changeset-status-ico {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .comments-container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-right: 5px;
margin-top:1px;
float:right;
height:14px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .comments-cnt {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: rgb(136, 136, 136);
padding-right: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .changes {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .changes .changed_total {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
float: right;
text-align: center;
min-width: 45px;
cursor: pointer;
color: #444444;
background: #FEA;
-webkit-border-radius: 0px 0px 0px 6px;
-moz-border-radius: 0px 0px 0px 6px;
border-radius: 0px 0px 0px 6px;
padding: 1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .changes .added, .changed, .removed {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
padding: 1px;
color: #444444;
float: right;
text-align: center;
min-width: 15px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .changes .added {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #CFC;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .changes .changed {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FEA;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .changes .removed {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FAA;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .merge {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding: 1px 3px 1px 3px;
background-color: #fca062;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
white-space: nowrap;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.right .parent {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #666666;
clear:both;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .logtags {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 2px 2px 2px 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .logtags .branchtag, .right .logtags .tagtag, .right .logtags .booktag {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin: 0px 2px;
}
.right .logtags .branchtag,
.logtags .branchtag,
.spantag {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding: 1px 3px 1px 3px;
background-color: #bfbfbf;
font-size: 10px;
font-weight: bold;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #ffffff;
Mads Kiilerich
css: consistent use of space around { and ,
r3268 white-space: nowrap;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.right .logtags .branchtag a:hover, .logtags .branchtag a {
color: #ffffff;
}
.right .logtags .branchtag a:hover, .logtags .branchtag a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none;
color: #ffffff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .logtags .tagtag, .logtags .tagtag {
padding: 1px 3px 1px 3px;
background-color: #62cffc;
font-size: 10px;
font-weight: bold;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #ffffff;
Mads Kiilerich
css: consistent use of space around { and ,
r3268 white-space: nowrap;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.right .logtags .tagtag a:hover, .logtags .tagtag a {
color: #ffffff;
}
.right .logtags .tagtag a:hover, .logtags .tagtag a:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 text-decoration: none;
color: #ffffff;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .right .logbooks .bookbook, .logbooks .bookbook, .right .logtags .bookbook, .logtags .bookbook {
padding: 1px 3px 1px 3px;
background-color: #46A546;
font-size: 10px;
font-weight: bold;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #ffffff;
Mads Kiilerich
css: consistent use of space around { and ,
r3268 text-transform: uppercase;
white-space: nowrap;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
color: #ffffff;
}
.right .logbooks .bookbook, .logbooks .bookbook a:hover, .right .logtags .bookbook, .logtags .bookbook a:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 text-decoration: none;
color: #ffffff;
}
div.browserblock {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 overflow: hidden;
border: 1px solid #ccc;
background: #f8f8f8;
font-size: 100%;
line-height: 125%;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 -webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-radius: 6px 6px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-header {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF;
padding: 10px 0px 15px 0px;
width: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-nav {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-branch {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-branch label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #4A4A4A;
vertical-align: text-top;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-header span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-left: 5px;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-search {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
padding: 8px 8px 0px 5px;
height: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock #node_filter_box {
}
div.browserblock .search_activate {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .add_node {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
padding-left: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.browserblock .browser-body {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #EEE;
border-top: 1px solid #CCC;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-collapse: collapse;
width: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser tr {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser thead th {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #EEE;
height: 20px;
font-size: 1.1em;
font-weight: 700;
text-align: left;
padding-left: 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser tbody td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-left: 10px;
height: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser .browser-file {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
height: 16px;
padding-left: 20px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.diffblock .changeset_header {
height: 16px;
}
.diffblock .changeset_file {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/file.png") no-repeat scroll 3px;
text-align: left;
float: left;
padding: 2px 0px 2px 22px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock .diff-menu-wrapper {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock .diff-menu {
Mads Kiilerich
convert style.css to unix line endings
r3189 position: absolute;
background: none repeat scroll 0 0 #FFFFFF;
border-color: #003367 #666666 #666666;
border-right: 1px solid #666666;
border-style: solid solid solid;
border-width: 1px;
box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
margin-top:5px;
margin-left:1px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.diffblock .diff-actions {
padding: 2px 0px 0px 2px;
float: left;
}
.diffblock .diff-menu ul li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 0px 0px 0px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock .diff-menu ul li a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
padding: 3px 8px 3px 8px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock .diff-menu ul li a:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 text-decoration: none;
background-color: #EEEEEE;
}
table.code-browser .browser-dir {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
height: 16px;
padding-left: 20px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-browser .submodule-dir {
background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
height: 16px;
padding-left: 20px;
text-align: left;
}
.box .search {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 0 20px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.box .search div.search_path {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: none repeat scroll 0 0 #EEE;
border: 1px solid #CCC;
color: blue;
margin-bottom: 10px;
padding: 10px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.box .search div.search_path div.link {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: 700;
margin-left: 25px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.box .search div.search_path div.link a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #003367;
cursor: pointer;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#path_unlock {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: red;
font-size: 1.2em;
padding-left: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.info_box span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-left: 3px;
margin-right: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.info_box .rev {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #003367;
font-size: 1.6em;
font-weight: bold;
vertical-align: sub;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .info_box input#at_rev, .info_box input#size {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FFF;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
font-size: 12px;
margin: 0;
padding: 1px 5px 1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.info_box input#view {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: center;
padding: 4px 3px 2px 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .yui-overlay, .yui-panel-container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 visibility: hidden;
position: absolute;
z-index: 2;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#tip-box {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
background-color: #FFF;
border: 2px solid #003367;
font: 100% sans-serif;
width: auto;
opacity: 1px;
padding: 8px;
white-space: pre-wrap;
-webkit-border-radius: 8px 8px 8px 8px;
-khtml-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.hl-tip-box {
visibility: hidden;
position: absolute;
color: #666;
background-color: #FFF;
border: 2px solid #003367;
font: 100% sans-serif;
width: auto;
opacity: 1px;
padding: 8px;
white-space: pre-wrap;
-webkit-border-radius: 8px 8px 8px 8px;
-khtml-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .mentions-container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 90% !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .mentions-container .yui-ac-content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100% !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align: top;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: inherit;
font-size: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .perm_ac {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 20em;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-container {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
top: 1.6em;
width: auto;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
border: 1px solid gray;
background: #fff;
z-index: 9050;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-shadow {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
width: 100%;
background: #000;
-moz-opacity: 0.1px;
opacity: .10;
filter: alpha(opacity = 10);
z-index: 9049;
margin: .3em;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-content ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 100%;
margin: 0;
padding: 0;
z-index: 9050;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-content li {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 cursor: default;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
height: 18px;
z-index: 9050;
display: block;
width: auto !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ac .yui-ac-content li .ac-container-wrap {
Mads Kiilerich
convert style.css to unix line endings
r3189 width: auto;
}
.ac .yui-ac-content li.yui-ac-prehighlight {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #B3D4FF;
z-index: 9050;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ac .yui-ac-content li.yui-ac-highlight {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #556CB5;
color: #FFF;
z-index: 9050;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ac .yui-ac-bd {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 z-index: 9050;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.follow {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
height: 16px;
width: 20px;
cursor: pointer;
display: block;
float: right;
margin-top: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.following {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
height: 16px;
width: 20px;
cursor: pointer;
display: block;
float: right;
margin-top: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
implemented #83 show repo size on summary page
r3246 .reposize {
background: url("../images/icons/server.png") no-repeat scroll 3px;
height: 16px;
width: 20px;
cursor: pointer;
display: block;
float: right;
margin-top: 2px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #repo_size {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
margin-top: 4px;
color: #666;
float:right;
implemented #83 show repo size on summary page
r3246 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .locking_locked {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
height: 16px;
width: 20px;
cursor: pointer;
display: block;
float: right;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-top: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .locking_unlocked {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
height: 16px;
width: 20px;
cursor: pointer;
display: block;
float: right;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin-top: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.currently_following {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-left: 10px;
padding-bottom: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.add_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/add.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.accept_icon {
background: url("../images/icons/accept.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
}
.edit_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.delete_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/delete.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.refresh_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.pull_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/connect.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 0px;
text-align: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.rss_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 4px;
text-align: left;
font-size: 8px
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.atom_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/atom.png") no-repeat scroll 3px;
padding-left: 20px;
padding-top: 4px;
text-align: left;
font-size: 8px
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.archive_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/compress.png") no-repeat scroll 3px;
padding-left: 20px;
text-align: left;
padding-top: 1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.start_following_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
padding-left: 20px;
text-align: left;
padding-top: 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.stop_following_icon {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
padding-left: 20px;
text-align: left;
padding-top: 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.action_button {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 0;
display: inline;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.action_button:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 0;
text-decoration: underline;
cursor: pointer;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#switch_repos {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: absolute;
height: 25px;
z-index: 1;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#switch_repos select {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 min-width: 150px;
max-height: 250px;
z-index: 1;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.breadcrumbs {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: medium none;
color: #FFF;
float: left;
font-weight: 700;
font-size: 14px;
margin: 0;
padding: 11px 0 11px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.breadcrumbs .hash {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-transform: none;
color: #fff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.breadcrumbs a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #FFF;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.flash_msg {
}
.flash_msg ul {
}
.error_red {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color:red;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.error_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
border-color: #c43c35 #c43c35 #882a25;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.warning_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #404040 !important;
background-color: #eedc94;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
background-image: linear-gradient(top, #fceec1, #eedc94);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
border-color: #eedc94 #eedc94 #e4c652;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.success_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #57a957;
background-repeat: repeat-x !important;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
border-color: #57a957 #57a957 #3d773d;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.notice_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #339bb9;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
border-color: #339bb9 #339bb9 #22697d;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .success_msg, .error_msg, .notice_msg, .warning_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 12px;
font-weight: 700;
min-height: 14px;
line-height: 14px;
margin-bottom: 10px;
margin-top: 0;
display: block;
overflow: auto;
padding: 6px 10px 6px 10px;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
position: relative;
color: #FFF;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#msg_close {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 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;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div#legend_data {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-left:10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div#legend_container table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div#legend_container table, div#legend_choices table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: auto !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table#permissions_manage {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table#permissions_manage span.private_repo_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 0.8em;
opacity: 0.6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table#permissions_manage td.private_repo_msg {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 0.8em;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table#permissions_manage tr#add_perm_input td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align: middle;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.gravatar {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #FFF;
float: left;
margin-right: 0.7em;
padding: 1px 1px 1px 1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 line-height:0;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.gravatar img {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header, #content, #footer {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 min-width: 978px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
padding: 54px 10px 14px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.title div.search {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-left: 1px solid #316293;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.box div.title div.search div.input input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid #316293;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn {
Mads Kiilerich
convert style.css to unix line endings
r3189 color: #515151;
background-color: #DADADA;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
background-image: linear-gradient(top, #F4F4F4, #DADADA);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267
Mads Kiilerich
convert style.css to unix line endings
r3189 border-top: 1px solid #DDD;
border-left: 1px solid #c6c6c6;
border-right: 1px solid #DDD;
border-bottom: 1px solid #c6c6c6;
color: #515151;
outline: none;
margin: 0px 3px 3px 0px;
-webkit-border-radius: 4px 4px 4px 4px !important;
-khtml-border-radius: 4px 4px 4px 4px !important;
-moz-border-radius: 4px 4px 4px 4px !important;
border-radius: 4px 4px 4px 4px !important;
cursor: pointer !important;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 3px 3px 3px 3px;
background-position: 0 -15px;
Mads Kiilerich
convert style.css to unix line endings
r3189
}
disable file editing when not on branch head fixes issue #462
r3237
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.disabled {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #999;
disable file editing when not on branch head fixes issue #462
r3237 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.xsmall {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 1px 2px 1px 1px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.large {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 6px 12px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.clone {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 5px 2px 6px 1px;
Mads Kiilerich
summary: show "Show by ID" toggler after the clone url...
r3286 margin: 0px 0px 3px -4px;
-webkit-border-radius: 0px 4px 4px 0px !important;
-khtml-border-radius: 0px 4px 4px 0px !important;
-moz-border-radius: 0px 4px 4px 0px !important;
border-radius: 0px 4px 4px 0px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 width: 100px;
text-align: center;
Mads Kiilerich
summary: show "Show by ID" toggler after the clone url...
r3286 display: inline-block;
position: relative;
top: -2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.ui-btn:focus {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 outline: none;
}
.ui-btn:hover {
disable file editing when not on branch head fixes issue #462
r3237 background-position: 0 -15px;
Mads Kiilerich
convert style.css to unix line endings
r3189 text-decoration: none;
color: #515151;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.disabled:hover {
disable file editing when not on branch head fixes issue #462
r3237 background-position:none;
color: #999;
text-decoration: none;
box-shadow: none !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.red {
color:#fff;
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-btn.blue {
color:#fff;
background-color: #339bb9;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
border-color: #339bb9 #339bb9 #22697d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-btn.green {
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-btn.blue.hidden {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ui-btn.active {
Mads Kiilerich
convert style.css to unix line endings
r3189 font-weight: bold;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 ins, div.options a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
img,
#header #header-inner #quick li a:hover span.normal,
#header #header-inner #quick li ul li.last,
#content div.box div.form div.fields div.field div.textarea table td table td a,
#clone_url,
#clone_url_id
{
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 img.icon, .right .merge img {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align: bottom;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header ul#logged-user, #content div.box div.title ul.links,
Mads Kiilerich
convert style.css to unix line endings
r3189 #content div.box div.message div.dismiss,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.traffic div.legend ul {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #home, #header #header-inner #logo,
#content div.box ul.left, #content div.box ol.left,
#content div.box div.pagination-left, div#commit_history,
div#legend_data, div#legend_container, div#legend_choices {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
top menu: show user menu when hovering instead of using js - like other menus
r3206 #header #header-inner #quick li #quick_login,
Mads Kiilerich
convert style.css to unix line endings
r3189 #header #header-inner #quick li:hover ul ul,
#header #header-inner #quick li:hover ul ul ul,
#header #header-inner #quick li:hover ul ul ul ul,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
top menu: show user menu when hovering instead of using js - like other menus
r3206 #header #header-inner #quick li:hover #quick_login,
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #header #header-inner #quick li:hover ul, #header #header-inner #quick li li:hover ul, #header #header-inner #quick li li li:hover ul, #header #header-inner #quick li li li li:hover ul, #content #left #menu ul.opened, #content #left #menu li ul.expanded {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: block;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#content div.graph {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 10px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.title ul.links li a:hover, #content div.box div.title ul.links li.ui-tabs-selected a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #bfe3ff;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 24px 10px 44px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 0 20px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.label span, #login div.form div.fields div.field div.label span, #register div.form div.fields div.field div.label span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
color: #363636;
margin: 0;
padding: 2px 0 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.input input.error, #login div.form div.fields div.field div.input input.error, #register div.form div.fields div.field div.input input.error {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #FBE3E4;
border-top: 1px solid #e1b2b3;
border-left: 1px solid #e1b2b3;
border-right: 1px solid #FBC2C4;
border-bottom: 1px solid #FBC2C4;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.input input.success, #login div.form div.fields div.field div.input input.success, #register div.form div.fields div.field div.input input.success {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #E6EFC2;
border-top: 1px solid #cebb98;
border-left: 1px solid #cebb98;
border-right: 1px solid #c6d880;
border-bottom: 1px solid #c6d880;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.field div.textarea, #content div.box-right div.form div.fields div.field div.textarea, #content div.box div.form div.fields div.field div.select select, #content div.box table th.selected input, #content div.box table td.selected input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.field div.select, #content div.box-left div.form div.fields div.field div.checkboxes, #content div.box-left div.form div.fields div.field div.radios, #content div.box-right div.form div.fields div.field div.select, #content div.box-right div.form div.fields div.field div.checkboxes, #content div.box-right div.form div.fields div.field div.radios {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 0px !important;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.select, #content div.box div.form div.fields div.field div.checkboxes, #content div.box div.form div.fields div.field div.radios {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 200px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.select a:hover, #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover, #content div.box div.action a:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #000;
text-decoration: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid #666;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.checkboxes div.checkbox, #content div.box div.form div.fields div.field div.radios div.radio {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 8px 0 2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input, #content div.box div.form div.fields div.field div.radios div.radio input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label, #content div.box div.form div.fields div.field div.radios div.radio label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
float: left;
margin: 2px 0 0 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.form div.fields div.field div.button input,
#content div.box div.form div.fields div.buttons input
div.form div.fields div.buttons input,
#content div.box div.action div.button input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 /*color: #000;*/
Mads Kiilerich
convert style.css to unix line endings
r3189 font-size: 11px;
font-weight: 700;
margin: 0;
}
input.ui-button {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #e5e3e3 url("../images/button.png") repeat-x;
border-top: 1px solid #DDD;
border-left: 1px solid #c6c6c6;
border-right: 1px solid #DDD;
border-bottom: 1px solid #c6c6c6;
color: #515151 !important;
outline: none;
margin: 0;
padding: 6px 12px;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 0 #ececec;
cursor: pointer;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
input.ui-button:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: inline;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 0 0 200px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box-left div.form div.fields div.buttons, #content div.box-right div.form div.fields div.buttons, div.box-left div.form div.fields div.buttons, div.box-right div.form div.fields div.buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 10px 0 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box table td.user, #content div.box table td.address {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 10%;
text-align: center;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.action div.button, #login div.form div.fields div.field div.input div.link, #register div.form div.fields div.field div.input div.link {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: right;
margin: 6px 0 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.action div.button input.ui-state-hover, #login div.form div.fields div.buttons input.ui-state-hover, #register div.form div.fields div.buttons input.ui-state-hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
border-top: 1px solid #ccc;
border-left: 1px solid #bebebe;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #afafaf;
color: #515151;
margin: 0;
padding: 6px 12px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 text-align: left;
float: left;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
float: left;
background: #ebebeb url("../images/pager.png") repeat-x;
border-top: 1px solid #dedede;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
color: #4A4A4A;
font-weight: 700;
margin: 0;
padding: 6px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #B4B4B4;
padding: 6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login, #register {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 520px;
margin: 10% auto 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.color, #register div.color {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
background: #FFF;
margin: 10px auto 0;
padding: 3px 3px 3px 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.color a, #register div.color a {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 20px;
height: 20px;
display: block;
float: left;
margin: 0 0 0 3px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.title h5, #register div.title h5 {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #fff;
margin: 10px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field, #register div.form div.fields div.field {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear: both;
overflow: hidden;
margin: 0;
padding: 0 0 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 1%;
display: block;
color: red;
margin: 8px 0 0;
padding: 0;
max-width: 320px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #000;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
margin: 0;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0 0 0 184px;
padding: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #565656;
font-weight: 700;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 color: #000;
font-size: 1em;
font-weight: 700;
margin: 0;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #changeset_content .container .wrapper, #graph_content .container .wrapper {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width: 600px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#changeset_content .container .left {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
width: 75%;
padding-left: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 #changeset_content .container .left .date, .ac .match {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-weight: 700;
padding-top: 5px;
padding-bottom: 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div#legend_container table td, div#legend_choices table td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: none !important;
height: 20px !important;
padding: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.q_filter_box {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 border: 0 none;
color: #AAAAAA;
margin-bottom: -4px;
margin-top: -4px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-left: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
#node_filter {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 0px solid #545454;
color: #AAAAAA;
padding-left: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .group_members_wrap {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 min-height: 85px;
padding-left: 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .group_members .group_member {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 30px;
padding:0px 0px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .reviewers_member {
Mads Kiilerich
convert style.css to unix line endings
r3189 height: 15px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:0px 0px 0px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .emails_wrap {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 20px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .emails_wrap .email_entry {
Mads Kiilerich
convert style.css to unix line endings
r3189 height: 30px;
padding:0px 0px 0px 10px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .emails_wrap .email_entry .email {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .emails_wrap .email_entry .email_action {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ips_wrap {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 0px 20px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ips_wrap .ip_entry {
Mads Kiilerich
convert style.css to unix line endings
r3189 height: 30px;
padding:0px 0px 0px 10px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ips_wrap .ip_entry .ip {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .ips_wrap .ip_entry .ip_action {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left
}
/*README STYLE*/
div.readme {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme h2 {
font-weight: normal;
}
div.readme .readme_box {
background-color: #fafafa;
}
div.readme .readme_box {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 clear:both;
overflow:hidden;
margin:0;
padding:0 20px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 border-bottom: 0 !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box h1:first-child {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding-top: .25em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box h2, div.readme .readme_box h3 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 margin: 1em 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box h2 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 margin-top: 1.5em !important;
border-top: 4px solid #e0e0e0 !important;
padding-top: .5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box p {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 color: black !important;
margin: 1em 0 !important;
line-height: 1.5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box ul {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 list-style: disc !important;
margin: 1em 0 1em 2em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box ol {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 list-style: decimal;
margin: 1em 0 1em 2em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box pre, code {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box code {
font-size: 12px !important;
background-color: ghostWhite !important;
color: #444 !important;
padding: 0 .2em !important;
border: 1px solid #dedede !important;
}
div.readme .readme_box pre code {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 !important;
font-size: 12px !important;
background-color: #eee !important;
border: none !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box pre {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 1em 0;
font-size: 12px;
background-color: #eee;
border: 1px solid #ddd;
padding: 5px;
color: #444;
overflow: auto;
-webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.readme .readme_box table {
display: table;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-collapse: separate;
border-spacing: 2px;
border-color: gray;
width: auto !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/** RST STYLE **/
div.rst-block {
padding:0px;
}
div.rst-block h2 {
font-weight: normal;
}
div.rst-block {
background-color: #fafafa;
}
div.rst-block {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 clear:both;
overflow:hidden;
margin:0;
padding:0 20px 10px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 border-bottom: 0 !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block h1:first-child {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding-top: .25em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block h2, div.rst-block h3 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 margin: 1em 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block h2 {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 margin-top: 1.5em !important;
border-top: 4px solid #e0e0e0 !important;
padding-top: .5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block p {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 color: black !important;
margin: 1em 0 !important;
line-height: 1.5em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block ul {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 list-style: disc !important;
margin: 1em 0 1em 2em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block ol {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 list-style: decimal;
margin: 1em 0 1em 2em !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block pre, code {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
div.rst-block code {
font-size: 12px !important;
background-color: ghostWhite !important;
color: #444 !important;
padding: 0 .2em !important;
border: 1px solid #dedede !important;
}
div.rst-block pre code {
padding: 0 !important;
font-size: 12px !important;
background-color: #eee !important;
border: none !important;
}
div.rst-block pre {
margin: 1em 0;
font-size: 12px;
background-color: #eee;
border: 1px solid #ddd;
padding: 5px;
color: #444;
overflow: auto;
-webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/** comment main **/
.comments {
padding:10px 20px;
}
.comments .comment {
border: 1px solid #ddd;
margin-top: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-radius: 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.comments .comment .meta {
background: #f8f8f8;
padding: 4px;
border-bottom: 1px solid #ddd;
height: 18px;
}
.comments .comment .meta img {
vertical-align: middle;
}
.comments .comment .meta .user {
font-weight: bold;
float: left;
padding: 4px 2px 2px 2px;
}
.comments .comment .meta .date {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
padding:4px 4px 0px 4px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.comments .comment .text {
background-color: #FAFAFA;
}
.comment .text div.rst-block p {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin: 0.5em 0px !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comments .comments-number {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:0px 0px 10px 0px;
font-weight: bold;
color: #666;
font-size: 16px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/** comment form **/
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .status-block {
Mads Kiilerich
convert style.css to unix line endings
r3189 height:80px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear:both
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-form .clearfix {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: #EEE;
Mads Kiilerich
convert style.css to unix line endings
r3189 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 10px;
}
div.comment-form {
margin-top: 20px;
}
.comment-form strong {
display: block;
margin-bottom: 15px;
}
.comment-form textarea {
width: 100%;
height: 100px;
font-family: 'Monaco', 'Courier', 'Courier New', monospace;
}
form.comment-form {
margin-top: 10px;
margin-left: 10px;
}
.comment-form-submit {
margin-top: 5px;
margin-left: 525px;
}
.file-comments {
display: none;
}
.comment-form .comment {
margin-left: 10px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-form .comment-help {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 0px 0px 5px 0px;
color: #666;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-form .comment-button {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top:5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.add-another-button {
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.comment .buttons {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: right;
padding:2px 2px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .show-inline-comments {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 position: relative;
top:1px
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/** comment inline form **/
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .overlay {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display: none;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .overlay.submitting {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 display:block;
Mads Kiilerich
convert style.css to unix line endings
r3189 background: none repeat scroll 0 0 white;
font-size: 16px;
opacity: 0.5;
position: absolute;
text-align: center;
vertical-align: top;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .overlay.submitting .overlay-text {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 width:100%;
margin-top:5%;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .clearfix {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #EEE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 5px;
}
div.comment-inline-form {
padding:4px 0px 6px 0px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 tr.hl-comment {
Mads Kiilerich
convert style.css to unix line endings
r3189 /*
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-color: #FFFFCC !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 */
}
/*
tr.hl-comment pre {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-top: 2px solid #FFEE33;
border-left: 2px solid #FFEE33;
border-right: 2px solid #FFEE33;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
*/
.comment-inline-form strong {
display: block;
margin-bottom: 15px;
}
.comment-inline-form textarea {
width: 100%;
height: 100px;
font-family: 'Monaco', 'Courier', 'Courier New', monospace;
}
form.comment-inline-form {
margin-top: 10px;
margin-left: 10px;
}
.comment-inline-form-submit {
margin-top: 5px;
margin-left: 525px;
}
.file-comments {
display: none;
}
.comment-inline-form .comment {
margin-left: 10px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .comment-help {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 0px 0px 2px 0px;
color: #666666;
font-size: 10px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .comment-inline-form .comment-button {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding-top:5px;
}
/** comment inline **/
.inline-comments {
padding:10px 20px;
}
.inline-comments div.rst-block {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear:both;
overflow:hidden;
margin:0;
padding:0 20px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.inline-comments .comment {
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 3px 3px 5px 5px;
background-color: #FAFAFA;
}
.inline-comments .add-comment {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 2px 4px 8px 5px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .inline-comments .comment-wrapp {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding:1px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
.inline-comments .comment .meta {
background: #f8f8f8;
padding: 4px;
border-bottom: 1px solid #ddd;
height: 20px;
}
.inline-comments .comment .meta img {
vertical-align: middle;
}
.inline-comments .comment .meta .user {
font-weight: bold;
float:left;
padding: 3px;
}
.inline-comments .comment .meta .date {
float:left;
padding: 3px;
}
.inline-comments .comment .text {
background-color: #FAFAFA;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .inline-comments .comments-number {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding:0px 0px 10px 0px;
font-weight: bold;
color: #666;
font-size: 16px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .inline-comments-button .add-comment {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 margin:2px 0px 8px 5px !important
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-paginator {
Mads Kiilerich
convert style.css to unix line endings
r3189 padding: 0px 0px 4px 16px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 float: left;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .menu_link_user {
make gravatar icon little bit bigger, re-use same img src like on other menu items,...
r3207 padding: 10px 8px 8px 8px !important;
}
.menu_link_notifications {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 4px 4px !important;
margin: 7px 4px 0px 0px !important;
text-align: center;
color:#888 !important;
font-size: 10px;
background-color: #DEDEDE !important;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
Mads Kiilerich
top menu: show user menu as a menu option like others, now also with login name...
r3205 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-header {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding-top:6px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-header .desc {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 font-size: 16px;
Mads Kiilerich
convert style.css to unix line endings
r3189 height: 24px;
float: left
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-list .container.unread {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-header .gravatar {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: none repeat scroll 0 0 transparent;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 0px 0px 8px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-list .container .notification-header .desc {
Mads Kiilerich
convert style.css to unix line endings
r3189 font-weight: bold;
font-size: 17px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-table {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: 1px solid #ccc;
Mads Kiilerich
convert style.css to unix line endings
r3189 -webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
clear: both;
margin: 0px 20px 0px 20px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-header .delete-notifications {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: right;
padding-top: 8px;
cursor: pointer;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-header .read-notifications {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: right;
padding-top: 8px;
cursor: pointer;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-subject {
Mads Kiilerich
convert style.css to unix line endings
r3189 clear:both;
border-bottom: 1px solid #eee;
padding:5px 0px 5px 38px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .notification-body {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 clear:both;
margin: 34px 2px 2px 8px
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/****
PULL REQUESTS
*****/
.pullrequests_section_head {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding:10px 10px 10px 0px;
font-size:16px;
font-weight: bold;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/****
PERMS
*****/
#perms .perms_section_head {
Mads Kiilerich
css: consistent use of space around { and ,
r3268 padding:10px 10px 10px 0px;
font-size:16px;
font-weight: bold;
}
#perms .perm_tag {
padding: 1px 3px 1px 3px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#perms .perm_tag.admin {
background-color: #B94A48;
color: #ffffff;
}
#perms .perm_tag.write {
background-color: #DB7525;
color: #ffffff;
}
#perms .perm_tag.read {
background-color: #468847;
color: #ffffff;
}
#perms .perm_tag.none {
background-color: #bfbfbf;
color: #ffffff;
}
.perm-gravatar {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 vertical-align:middle;
padding:2px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .perm-gravatar-ac {
Mads Kiilerich
convert style.css to unix line endings
r3189 vertical-align:middle;
padding:2px;
width: 14px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 height: 14px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
/*****************************************************************************
DIFFS CSS
******************************************************************************/
div.diffblock {
overflow: auto;
padding: 0px;
border: 1px solid #ccc;
background: #f8f8f8;
font-size: 100%;
line-height: 100%;
/* new */
line-height: 125%;
-webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border-radius: 6px 6px 0px 0px;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock.margined {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin: 0px 20px 0px 20px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header {
Mads Kiilerich
convert style.css to unix line endings
r3189 border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
padding:10px 0 10px 0;
height: 14px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header.banner {
Mads Kiilerich
convert style.css to unix line endings
r3189 border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
height: 14px;
margin: 0px 95px 0px 95px;
padding: 3px 3px 11px 3px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header.cv {
Mads Kiilerich
convert style.css to unix line endings
r3189 height: 34px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header-title {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0px 0px 10px 5px !important;
margin: 0 !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header .hash {
Mads Kiilerich
convert style.css to unix line endings
r3189 float: left;
padding: 2px 0 0 2px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header .date {
Mads Kiilerich
convert style.css to unix line endings
r3189 float:left;
text-transform: uppercase;
padding: 2px 0px 0px 2px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-header div {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin-left:4px;
font-weight: bold;
font-size: 14px;
}
div.diffblock .parents {
float: left;
height: 26px;
width:100px;
font-size: 10px;
font-weight: 400;
vertical-align: middle;
padding: 0px 2px 2px 2px;
background-color:#eeeeee;
border-bottom: 1px solid #CCCCCC;
}
div.diffblock .children {
float: right;
height: 26px;
width:100px;
font-size: 10px;
font-weight: 400;
vertical-align: middle;
text-align: right;
padding: 0px 2px 2px 2px;
background-color:#eeeeee;
border-bottom: 1px solid #CCCCCC;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock .code-body {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFFFFF;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 div.diffblock pre.raw {
Mads Kiilerich
convert style.css to unix line endings
r3189 background: #FFFFFF;
color:#000000;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable {
Mads Kiilerich
convert style.css to unix line endings
r3189 border-collapse: collapse;
width: 99%;
}
table.code-difftable td {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 padding: 0 !important;
background: none !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 border:0 !important;
vertical-align: none !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .context {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #DDE7EF;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .add {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #DDFFDD;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .add ins {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #AAFFAA;
text-decoration:none;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .del {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #FFDDDD;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .del del {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #FFAAAA;
text-decoration:none;
}
/** LINE NUMBERS **/
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .lineno {
Mads Kiilerich
convert style.css to unix line endings
r3189
padding-left:2px;
padding-right:2px;
text-align:right;
width:32px;
-moz-user-select:none;
-webkit-user-select: none;
border-right: 1px solid #CCC !important;
border-left: 0px solid #CCC !important;
border-top: 0px solid #CCC !important;
border-bottom: none !important;
vertical-align: middle !important;
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267
Mads Kiilerich
convert style.css to unix line endings
r3189 }
table.code-difftable .lineno.new {
}
table.code-difftable .lineno.old {
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .lineno a {
Mads Kiilerich
convert style.css to unix line endings
r3189 color:#747474 !important;
font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
letter-spacing:-1px;
text-align:right;
padding-right: 2px;
cursor: pointer;
display: block;
width: 32px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .lineno-inline {
Mads Kiilerich
convert style.css to unix line endings
r3189 background:none repeat scroll 0 0 #FFF !important;
padding-left:2px;
padding-right:2px;
text-align:right;
width:30px;
-moz-user-select:none;
-webkit-user-select: none;
}
/** CODE **/
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 table.code-difftable .code {
Mads Kiilerich
convert style.css to unix line endings
r3189 display: block;
width: 100%;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .code td {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin:0;
padding:0;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 table.code-difftable .code pre {
Mads Kiilerich
convert style.css to unix line endings
r3189 margin:0;
padding:0;
height: 17px;
line-height: 17px;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock.margined.comm .line .code:hover {
Mads Kiilerich
convert style.css to unix line endings
r3189 background-color:#FFFFCC !important;
cursor: pointer !important;
background-image:url("../images/icons/comment_add.png") !important;
background-repeat:no-repeat !important;
background-position: right !important;
background-position: 0% 50% !important;
}
Mads Kiilerich
css: consistent use of space around { and ,
r3268 .diffblock.margined.comm .line .code.no-comment:hover {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 background-image: none !important;
cursor: auto !important;
background-color: inherit !important;
Mads Kiilerich
convert style.css to unix line endings
r3189 }
Mads Kiilerich
changeset comments: attempt to highlight the linked comment...
r3256
make the yellow border indicator only for comments, it breaks other things
r3296 div.comment:target>.comment-wrapp {
Mads Kiilerich
coding style: fix trailing and leading spaces and tabs
r3267 border: solid 2px #ee0 !important;
make the yellow border indicator only for comments, it breaks other things
r3296 }