annotate rhodecode/public/css/contextbar.css @ 4154:a298c1770d8d rhodecode-2.2.5-gpl

old style: fix margin of textareas in settings
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:24 -0400
parents 47690c876a90
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
1 /**
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
2 * Stylesheets for the context bar
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
3 */
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
4
4145
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
5 i.icon-archive { background-image: url("../images/icons/database_edit.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
6 i.icon-arrow-right { background-image: url('../images/icons/arrow_right.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
7 i.icon-ban-circle { background-image: url("../images/icons/cancel.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
8 i.icon-bar-chart { background-image: url("../images/icons/chart_bar.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
9 i.icon-book { background-image: url("../images/icons/book.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
10 i.icon-bookmark { background-image: url("../images/icons/tag_green.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
11 i.icon-code-fork { background-image: url("../images/icons/arrow_branch.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
12 i.icon-code-merge { background-image: url("../images/icons/arrow_merge.png"); } /* unused! */
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
13 i.icon-cog { background-image: url("../images/icons/cog_edit.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
14 i.icon-cog { background-image: url("../images/icons/cog.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
15 i.icon-cogs { background-image: url("../images/icons/table_gear.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
16 i.icon-ellipsis-horizontal:after { content: ' ...';}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
17 i.icon-eye-open { background-image: url("../images/icons/eye.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
18 i.icon-file-2 { background-image: url("../images/icons/note.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
19 i.icon-file-alt { background-image: url("../images/icons/note_add.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
20 i.icon-file { background-image: url("../images/icons/file.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
21 i.icon-file-text { background-image: url("../images/icons/clipboard_16.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
22 i.icon-file-txt { background-image: url("../images/icons/note_error.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
23 i.icon-folder-close { background-image: url("../images/icons/database_link.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
24 i.icon-git { background-image: url('../images/icons/giticon.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
25 i.icon-group { background-image: url("../images/icons/group_edit.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
26 i.icon-heart { background-image: url("../images/icons/heart_delete.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
27 i.icon-heart-empty { background-image: url("../images/icons/heart.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
28 i.icon-hg { background-image: url('../images/icons/hgicon.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
29 i.icon-key { background-image: url("../images/icons/server_key.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
30 i.icon-lock { background-image: url('../images/icons/lock.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
31 i.icon-lock-alt { background-image: url('../images/icons/private_repo.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
32 i.icon-loop { background-image: url('../images/icons/arrow_inout.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
33 i.icon-loop-2 { background-image: url('../images/icons/arrow_inout.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
34 i.icon-private { background-image: url('../images/icons/private_repo.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
35 i.icon-public { background-image: url('../images/icons/public_repo.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
36 i.icon-random { background-image: url("../images/icons/arrow_switch.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
37 i.icon-refresh { background-image: url('../images/icons/arrow_refresh.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
38 i.icon-search { background-image: url("../images/icons/search_16.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
39 i.icon-tag { background-image: url("../images/icons/tag_blue.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
40 i.icon-time { background-image: url("../images/icons/time.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
41 i.icon-list-alt { background-image: url("../images/icons/time.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
42 i.icon-unlock { background-image: url('../images/icons/lock_open.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
43 i.icon-unlock-alt { background-image: url('../images/icons/public_repo.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
44 i.icon-user { background-image: url("../images/icons/user_edit.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
45 i.icon-wrench { background-image: url("../images/icons/wrench.png"); }
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
46 i.icon-rss-sign { background-image: url('../images/icons/rss_16.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
47 i.icon-plus-sign { background-image: url('../images/icons/add.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
48 i.icon-chevron-left:after { content: "\00AB";}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
49 i.icon-chevron-right:after { content: "\00BB";}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
50 i.icon-copy { background-image: url('../images/icons/note_add.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
51 i.icon-pencil { background-image: url('../images/icons/application_form_edit.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
52 i.icon-remove { background-image: url('../images/icons/delete.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
53 i.icon-remove-sign { background-image: url('../images/icons/delete.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
54 i.icon-plus { background-image: url('../images/icons/plus_16.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
55 i.icon-resize-vertical { background-image: url('../images/icons/text_align_left.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
56 i.icon-ok-sign { background-image: url('../images/icons/tick.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
57 i.icon-minus-sign { background-image: url('../images/icons/delete.png');}
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
58 i.icon-disabled { background-image: url('../images/icons/shading.png');} /* todo: use instead of minus sign */
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
59
4145
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
60 i[class^='icon-'] {
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
61 background-repeat: no-repeat;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
62 background-position: center;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
63 display: inline-block;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
64 width: 16px;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
65 height: 16px;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
66 margin: -2px 0 -4px 0;
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
67 /* background-color: red; /* for debugging */
47690c876a90 old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
Mads Kiilerich <madski@unity3d.com>
parents: 4144
diff changeset
68 }
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
69
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
70 #content #context-bar {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
71 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
72 overflow: visible;
3612
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
73 background-color: #336699;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
74 border-top: 1px solid #517da8;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
75 border-bottom: 1px solid #003162;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
76 padding: 0 5px;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
77 min-height: 36px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
78 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
79
4141
fe4e9a7d7bb7 old style: fix the contextbar location
Mads Kiilerich <madski@unity3d.com>
parents: 3840
diff changeset
80 #content #context-bar h2 {
fe4e9a7d7bb7 old style: fix the contextbar location
Mads Kiilerich <madski@unity3d.com>
parents: 3840
diff changeset
81 display: inline-block;
fe4e9a7d7bb7 old style: fix the contextbar location
Mads Kiilerich <madski@unity3d.com>
parents: 3840
diff changeset
82 }
fe4e9a7d7bb7 old style: fix the contextbar location
Mads Kiilerich <madski@unity3d.com>
parents: 3840
diff changeset
83
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
84 #header #header-inner #quick a,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
85 #content #context-bar,
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
86 #content #context-bar a {
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
87 color: #FFFFFF;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
88 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
89
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
90 #header #header-inner #quick a:hover,
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
91 #content #context-bar a:hover {
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
92 text-decoration: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
93 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
94
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
95 #content #context-bar .icon {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
96 display: inline-block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
97 width: 16px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
98 height: 16px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
99 vertical-align: text-bottom;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
100 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
101
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
102 ul.horizontal-list {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
103 display: block;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
104 }
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3528
diff changeset
105
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
106 ul.horizontal-list > li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
107 float: left;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
108 position: relative;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
109 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
110
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
111 #header #header-inner #quick ul,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
112 ul.horizontal-list > li ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
113 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
114 display: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
115 right: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
116 z-index: 999;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
117 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
118
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
119 #header #header-inner #quick li:hover > ul,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
120 ul.horizontal-list li:hover > ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
121 display: block;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
122 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
123
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
124 #header #header-inner #quick li ul li,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
125 ul.horizontal-list ul li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
126 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
127 border-bottom: 1px solid rgba(0,0,0,0.1);
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
128 border-top: 1px solid rgba(255,255,255,0.1);
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
129 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
130
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
131 ul.horizontal-list > li ul ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
132 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
133 right: 100%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
134 top: -1px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
135 min-width: 200px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
136 max-height: 400px;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
137 overflow-x: hidden;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
138 overflow-y: auto;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
139 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
140
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
141 #header #header-inner #quick ul a,
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
142 ul.horizontal-list li a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
143 white-space: nowrap;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
144 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
145
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
146 #breadcrumbs {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
147 float: left;
3661
2487fc74c864 reduce the size of repo in contextbar, it was too big and looked awkward.
Marcin Kuzminski <marcin@python-works.com>
parents: 3612
diff changeset
148 padding: 6px 0 5px 0;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
149 padding-left: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
150 font-weight: bold;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
151 font-size: 14px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
152 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
153
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
154 #breadcrumbs span {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
155 font-weight: bold;
3661
2487fc74c864 reduce the size of repo in contextbar, it was too big and looked awkward.
Marcin Kuzminski <marcin@python-works.com>
parents: 3612
diff changeset
156 font-size: 1.4em;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
157 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
158
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
159 #header #header-inner #quick ul,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
160 #revision-changer,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
161 #context-pages,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
162 #context-pages ul {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
163 background: #3b6998; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
164 background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
165 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
166 background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
167 background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
168 background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
169 background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
170 /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
171 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
172 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
173
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
174 #header #header-inner #quick a,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
175 #context-actions a,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
176 #context-pages a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
177 background-repeat: no-repeat;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
178 background-position: 10px 50%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
179 padding-left: 30px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
180 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
181
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
182 #quick a,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
183 #context-pages ul ul a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
184 padding-left: 10px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
185 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
186
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
187 ul#context-actions {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
188 display: inline-block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
189 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
190 border-radius: 4px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
191 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
192 }
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
193
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
194 #content ul#context-actions li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
195 padding: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
196 border-right: 1px solid rgba(0,0,0,0.1);
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
197 border-left: 1px solid rgba(255,255,255,0.1);
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
198 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
199
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
200 #context-actions a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
201 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
202 cursor: pointer;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
203 background: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
204 border: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
205 margin: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
206 height: auto;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
207 padding: 10px 10px 10px 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
208 background-repeat: no-repeat;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
209 background-position: 10px 50%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
210 font-size: 1em;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
211 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
212
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
213 #context-actions a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
214 padding: 11px 10px 12px 30px;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
215 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
216
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
217 #header #header-inner #quick li:hover,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
218 #revision-changer:hover,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
219 #context-pages li:hover,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
220 #context-actions li:hover,
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
221 #content #context-actions li:hover,
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
222 #header #header-inner #quick li.current,
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
223 #context-pages li.current {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
224 background: #6388ad; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
225 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
226 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
227 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
228 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
229 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
230 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
231 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
232 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
233
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
234
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
235 #content #context-actions li:first-child {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
236 border-left: none;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
237 border-radius: 4px 0 0px 4px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
238 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
239
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
240 #content #context-actions li:last-child {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
241 border-right: none;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
242 border-radius: 0 4px 4px 0;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
243 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
244
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
245 #content #context-actions .icon {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
246 margin: auto;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
247 margin-bottom: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
248 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
249 clear: both;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
250 float: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
251 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
252
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
253 #content #context-pages .follow .show-following,
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
254 #content #context-pages .following .show-follow {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
255 display: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
256 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
257
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
258 #context-pages {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
259 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
260 border-left: 1px solid rgba(0,0,0,0.1);
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
261 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
262
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
263 #context-pages li.current {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
264 background: #535353; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
265 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
266 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
267 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
268 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
269 background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
270 background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
271 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
272
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
273 #content #context-pages .icon {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
274 margin-right: 5px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
275 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
276
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
277 #header #header-inner #quick li,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
278 #content #context-pages li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
279 border-right: 1px solid rgba(0,0,0,0.1);
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
280 border-left: 1px solid rgba(255,255,255,0.1);
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
281 padding: 0;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
282 }
3717
6ff98871247a Minor changes
Mads Kiilerich <madski@unity3d.com>
parents: 3661
diff changeset
283
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
284 #header #header-inner #quick li:last-child,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
285 #content #context-pages li:last-child {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
286 border-right: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
287 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
288
3548
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3546
diff changeset
289 #header #header-inner #quick > li:first-child {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
290 border-left: none;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
291 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
292
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
293 #header #header-inner #quick > li:first-child > a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
294 border-radius: 4px 0 0 4px;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
295 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
296
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
297 #header #header-inner #quick a,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
298 #context-pages a,
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
299 #context-pages .admin_menu a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
300 display: block;
4144
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
301 padding: 0px 10px 1px 10px;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
302 line-height: 35px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
303 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
304
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
305 #header #header-inner #quick a.thin,
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
306 #context-pages a.thin,
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
307 #context-pages .admin_menu a.thin {
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
308 line-height: 28px !important;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
309 }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
310
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
311 #header #header-inner #quick a#quick_login_link {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
312 padding-left: 0px;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
313 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
314
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
315 #header #header-inner #quick a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
316 overflow: hidden;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
317 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
318 #quick a.childs:after,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
319 #revision-changer:before,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
320 #context-pages a.childs:after,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
321 #context-pages a.dropdown:after {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
322 content: ' \25BE';
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
323 }
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
324 #context-pages a.childs {
3546
c5efdafee8fe small UI changes for dropdowns on upper menu
Marcin Kuzminski <marcin@python-works.com>
parents: 3542
diff changeset
325 padding-right: 30px;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
326 }
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
327 #context-pages a.childs:after {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
328 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
329 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
330 padding-left: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
331 padding-right: 5px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
332 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
333
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
334 #revision-changer:before {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
335 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
336 top: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
337 right: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
338 border-right: 1px solid rgba(0,0,0,0.1);
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
339 height: 25px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
340 padding-top: 10px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
341 padding-right: 10px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
342 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
343
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
344 #context-pages li:last-child a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
345 padding-right: 10px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
346 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
347
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
348 #context-bar #revision-changer {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
349 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
350 cursor: pointer;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
351 border: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
352 padding: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
353 margin: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
354 color: #FFFFFF;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
355 font-size: 0.85em;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
356 padding: 2px 15px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
357 padding-bottom: 3px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
358 padding-right: 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
359 border-right: 1px solid rgba(255,255,255,0.1);
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
360 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
361
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
362 #revision-changer .branch-name,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
363 #revision-changer .revision {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
364 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
365 text-align: center;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
366 line-height: 1.5em;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
367 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
368
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
369 #revision-changer .branch-name {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
370 font-weight: bold;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
371 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
372
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
373 #revision-changer .revision {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
374 text-transform: uppercase;
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3548
diff changeset
375 }