Chris@16: /* Uncomment the following line for nicer tables if you use the alternate theme (or derived). */ Chris@16: /* @import url(checkout_alternate.css); */ Chris@16: Chris@16: table.checkout_protocol_table td { padding-right: 6px; vertical-align: middle; /* Double the border with of text input boxes */ } Chris@16: table.checkout_protocol_table td.protocol_access { padding-right: 0; } Chris@16: table.checkout_protocol_table td input[type=text], .checkout_protocol_table td select { width: 100%; } Chris@16: table.checkout_protocol_table td.protocol_delete { width: 16px; } Chris@16: table.checkout_protocol_table td.protocol_append_path, table.checkout_protocol_table td.protocol_is_default { text-align: center; } Chris@16: Chris@16: .icon-changeset { background-image: url(../../../images/changeset.png);} Chris@16: Chris@16: .repository-info { Chris@16: background-color: #eee; Chris@16: border: 1px solid #E4E4E4; Chris@16: padding: 0 10px; Chris@16: margin: 4px 0 10px; Chris@16: } Chris@16: Chris@16: .bottomline { Chris@16: border-bottom: 1px solid #ccc; Chris@16: } Chris@16: chris@319: .topline { chris@319: border-top: 1px solid #ccc; chris@319: } chris@319: Chris@16: #checkout_box { Chris@16: margin: 10px 0; Chris@16: } Chris@16: Chris@16: #checkout_protocols { Chris@16: height: 23px; Chris@16: float: left; Chris@16: margin: 0; Chris@16: padding: 0; Chris@16: } Chris@16: Chris@16: #checkout_protocols li { Chris@16: float: left; Chris@16: list-style-type: none; Chris@16: margin: 0; Chris@16: padding: 0; Chris@16: } Chris@16: Chris@16: #checkout_protocols li:first-child a { Chris@16: border-left-width: 1px; Chris@16: Chris@16: /* Standard, Opera 10, IE 9 */ Chris@16: border-top-left-radius: 3px; Chris@16: border-bottom-left-radius: 3px; Chris@16: /* Konquerer */ Chris@16: -khtml-border-top-left-radius: 3px; Chris@16: -khtml-border-bottom-left-radius: 3px; Chris@16: /* Gecko (Firefox, ...) */ Chris@16: -moz-border-radius: 3px 0 0 3px; Chris@16: /* Webkit (Chrome, Safari, ...) */ Chris@16: -webkit-border-top-left-radius: 3px; Chris@16: -webkit-border-bottom-left-radius: 3px; Chris@16: /* IE <= 9 not supported */ Chris@16: } Chris@16: Chris@16: #checkout_protocols li a, Chris@16: #clipboard_button { Chris@16: background-color: #eee; Chris@16: background: url(../images/button.svg) 0 0 no-repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */ Chris@16: background: -khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd)); /* Konquerer */ Chris@16: background: -moz-linear-gradient(top, #f8f8f8, #ddd); /* Gecko (Firefox, ...) */ Chris@16: background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd)); /* Webkit (Chrome, Safari, ...) */ Chris@16: filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd'); /* IE 5.5 - 7 */ Chris@16: -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd'); /* IE 8 */ Chris@16: Chris@16: border-color: #bbb; Chris@16: border-style: solid; Chris@16: border-width: 1px 1px 1px 0; Chris@16: Chris@16: color: #333; Chris@16: display: block; Chris@16: font-size: 11px; Chris@16: font-weight: bold; Chris@16: line-height: 21px; Chris@16: margin: 0; Chris@16: padding: 0 10px 0 11px; Chris@16: text-decoration: none; Chris@16: text-shadow: 1px 1px 0 #fff; Chris@16: position: relative; /* to please IE */ Chris@16: } Chris@16: Chris@16: #checkout_protocols li a:hover, Chris@16: #checkout_protocols li a:focus { Chris@16: background-color: #507AAA; Chris@16: background: url(../images/button_focus.svg) 0 0 no-repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */ Chris@16: background: -khtml-gradient(linear, left top, left bottom, from(#759fcf), to(#507AAA)); /* Konquerer */ Chris@16: background: -moz-linear-gradient(top, #759fcf, #507AAA); /* Gecko (Firefox, ...) */ Chris@16: background: -webkit-gradient(linear, left top, left bottom, from(#759fcf), to(#507AAA)); /* Webkit (Chrome, Safari, ...) */ Chris@16: filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#759fcf', endColorstr='#507AAA'); /* IE 5.5 - IE 7 */ Chris@16: -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#759fcf', endColorstr='#507AAA'); /* IE 8 */ Chris@16: Chris@16: color: #fff; Chris@16: text-shadow: -1px -1px 0 rgba(0,0,0,0.4); Chris@16: border-top-color: #759fcf; Chris@16: border-bottom-color: #507AAA; Chris@16: } Chris@16: Chris@16: #checkout_protocols li a.selected, Chris@16: #clipboard_button.active { Chris@16: background-color: #bbb; Chris@16: background: url(../images/button_selected.svg) 0 0 no-repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */ Chris@16: background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa)); /* Konquerer */ Chris@16: background: -moz-linear-gradient(top, #ccc, #aaa); /* Gecko (Firefox, ...) */ Chris@16: background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa)); /* Webkit (Chrome, Safari, ...) */ Chris@16: filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa'); /* IE 5.5 - IE 7 */ Chris@16: -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa'); /* IE 8 */ Chris@16: Chris@16: color: #000; Chris@16: text-shadow: 1px 1px 0 rgba(255,255,255,0.4); Chris@16: border-color: #bbb; Chris@16: } Chris@16: Chris@16: #checkout_url { Chris@16: border: 1px solid #bbb; Chris@16: border-width: 1px 1px 1px 0; Chris@16: background-color: #fff; Chris@16: color: #000; Chris@16: font-size: 11px; Chris@16: height: 16px; Chris@16: padding: 3px 5px 2px; Chris@16: width: 400px; Chris@16: font-family: Monaco,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace; Chris@16: margin: 0 5px 0 0; Chris@16: float: left; Chris@16: } Chris@16: Chris@16: #checkout_box p { Chris@16: color: #666; Chris@16: line-height: 23px; Chris@16: font-size: 11px; Chris@16: margin: 0 0 0 5px; Chris@16: } Chris@16: Chris@16: span#checkout_access { Chris@16: font-weight: bold; Chris@16: } Chris@16: Chris@16: #clipboard_container { Chris@16: position: relative; Chris@16: float: left; Chris@16: margin-right: 5px; Chris@16: } Chris@16: Chris@16: #clipboard_button { Chris@16: height: 21px; Chris@16: width: 23px; Chris@16: padding: 0; Chris@16: border-width: 1px; Chris@16: text-align: center; Chris@16: Chris@16: border-radius: 5px; /* Standard, Opera 10, IE 9 */ Chris@16: -khtml-border-radius: 3px; /* Konquerer */ Chris@16: -moz-border-radius: 3px ; /* Gecko (Firefox, ...) */ Chris@16: -webkit-border-radius: 3px; /* Webkit (Chrome, Safari, ...) */ Chris@16: /* IE <= 9 not supported */ Chris@16: } Chris@16: Chris@16: #clipboard_button img { Chris@16: padding-top: 2px; chris@319: }