##// END OF EJS Templates
more templates updates
marcink -
r579:6d0474c7 default
parent child Browse files
Show More
@@ -11,7 +11,6 b' div.diffblock {'
11 11 div.diffblock .code-header{
12 12 border-bottom: 1px solid #CCCCCC;
13 13 background: #EEEEEE;
14 color:blue;
15 14 padding:10px 0 10px 0;
16 15 }
17 16 div.diffblock .code-header div{
@@ -11,7 +11,6 b' div.codeblock {'
11 11 div.codeblock .code-header{
12 12 border-bottom: 1px solid #CCCCCC;
13 13 background: #EEEEEE;
14 color:blue;
15 14 padding:10px 0 10px 0;
16 15 }
17 16 div.codeblock .code-header .revision{
@@ -59,6 +59,7 b' body {'
59 59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
60 60 Lucida Sans Unicode, Arial, sans-serif;
61 61 font-size: 12px;
62 color: #000000;
62 63 }
63 64
64 65 /*
@@ -76,13 +77,14 b' img.icon {'
76 77 anchors
77 78 */
78 79 a {
79 color: #0066CC;
80 color: #003367;
80 81 text-decoration: none;
81 82 cursor: pointer;
83 font-weight: bold;
82 84 }
83 85
84 86 a:hover {
85 color: #000000;
87 color: #316293;
86 88 text-decoration: underline;
87 89 }
88 90
@@ -458,7 +460,7 b' div.options a:hover {'
458 460 display: block;
459 461 float: left;
460 462 background: #FFFFFF;
461 color: #0066CC;
463 color: #003367;
462 464 font-weight: normal;
463 465 }
464 466
@@ -892,7 +894,7 b' div.options a:hover {'
892 894 padding: 0;
893 895 clear: both;
894 896 overflow: hidden;
895 background: #336699 url("../images/title.png") repeat-x;
897 background: #336699 url("../images/header_inner.png") repeat-x;
896 898 }
897 899
898 900 #content div.box div.title h5 {
@@ -923,7 +925,6 b' div.options a:hover {'
923 925 height: 1%;
924 926 display: block;
925 927 float: left;
926 background: url("../images/title_link.png") no-repeat top left;
927 928 border-left: 1px solid #316293;
928 929 color: #ffffff;
929 930 font-size: 11px;
@@ -932,7 +933,9 b' div.options a:hover {'
932 933 }
933 934
934 935 #content div.box div.title ul.links li a:hover {
935 color: #bfe3ff;
936 background: url("../../images/title_tab_selected.png") no-repeat bottom
937 center;
938 color: #bfe3ff;
936 939 }
937 940
938 941 #content div.box div.title ul.links li.ui-tabs-selected a {
@@ -1060,7 +1063,9 b' div.options a:hover {'
1060 1063 clear: both;
1061 1064 overflow: hidden;
1062 1065 }
1063
1066 #content div.box div.message a{
1067 font-weight: normal !important;
1068 }
1064 1069 #content div.box div.message div.image {
1065 1070 margin: 9px 0 0 5px;
1066 1071 padding: 6px;
@@ -3024,7 +3029,7 b' table.code-browser .browser-dir {'
3024 3029 }
3025 3030
3026 3031 .box .search div.search_path div.link a {
3027 color: #0066CC;
3032 color: #003367;
3028 3033 cursor: pointer;
3029 3034 text-decoration: none;
3030 3035 }
@@ -3085,7 +3090,7 b' table.code-browser .browser-dir {'
3085 3090 background-color: #FFFFFF;
3086 3091 font-family: arial, helvetica, verdana, sans-serif;
3087 3092 padding: 8px;
3088 border: 2px solid #556CB5;
3093 border: 2px solid #003367;
3089 3094 font: 100% sans-serif;
3090 3095 width: auto;
3091 3096 opacity: 1.0;
@@ -3230,14 +3235,12 b' table.code-browser .browser-dir {'
3230 3235 .action_button {
3231 3236 border: 0px;
3232 3237 display: block;
3233 color: #0066CC;
3234 3238 }
3235 3239
3236 3240 .action_button:hover {
3237 3241 border: 0px;
3238 3242 text-decoration: underline;
3239 3243 cursor: pointer;
3240 color: #0066CC;
3241 3244 }
3242 3245
3243 3246 /*
@@ -3441,13 +3444,6 b' div.gravatar {'
3441 3444 /*THEME*/
3442 3445
3443 3446 /*
3444 header
3445 */
3446 #header #header-inner {
3447 background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
3448 }
3449
3450 /*
3451 3447 header / quick
3452 3448 */
3453 3449 #header #header-inner #quick li a {
@@ -3546,23 +3542,7 b' div.gravatar {'
3546 3542 border-bottom: 1px solid #326395;
3547 3543 }
3548 3544
3549 /*
3550 content / right / box / title
3551 */
3552 #content div.box div.title {
3553 background: #336699 url("../../images/title.png") repeat-x;
3554 }
3555
3556 #content div.box div.title ul.links li a {
3557 background: url("../../images/title_link.png") no-repeat top left;
3558 border-left: 1px solid #316293;
3559 }
3560
3561 #content div.box div.title ul.links li a:hover {
3562 background: url("../../images/title_tab_selected.png") no-repeat bottom
3563 center;
3564 color: #bfe3ff;
3565 }
3545
3566 3546
3567 3547 #content div.box div.title ul.links li.ui-tabs-selected a {
3568 3548 background: url("../../images/title_tab_selected.png") no-repeat bottom
1 NO CONTENT: modified file, binary diff hidden
@@ -31,7 +31,7 b''
31 31 %if h.HasPermissionAny('hg.admin','hg.create.repository')():
32 32 <ul class="links">
33 33 <li>
34 <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'),class_="add_icon")}</span>
34 <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span>
35 35 </li>
36 36 </ul>
37 37 %endif
@@ -9,8 +9,8 b''
9 9 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
10 10 &raquo;
11 11 ${_('Settings')}
12
13 12 </%def>
13
14 14 <%def name="page_nav()">
15 15 ${self.menu('settings')}
16 16 </%def>
@@ -256,6 +256,7 b''
256 256
257 257 </script>
258 258 </div>
259 </div>
259 260 </%def>
260 261
261 262
General Comments 0
You need to be logged in to leave comments. Login now