annotate rhodecode/public/css/contextbar.css @ 3840:dc4644865e8b beta

Implemented simple gist functionality ref #530. - creation of public/private gists with given lifetime - rhodecode-gist CLI for quick gist creation
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 May 2013 20:24:02 +0200
parents c7970889c5c0
children fe4e9a7d7bb7
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
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
5 #quick .repo_switcher { background-image: url("../images/icons/database.png"); }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
6 #quick .journal { background-image: url("../images/icons/book.png"); }
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
7 #quick .gists { background-image: url("../images/icons/note.png"); }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
8 #quick .gists-private { background-image: url("../images/icons/note_error.png"); }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
9 #quick .gists-new { background-image: url("../images/icons/note_add.png"); }
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
10 #quick .search { background-image: url("../images/icons/search_16.png"); }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
11 #quick .admin { background-image: url("../images/icons/cog_edit.png"); }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
12
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
13 #context-bar a.follow { background-image: url("../images/icons/heart.png"); }
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
14 #context-bar a.following { background-image: url("../images/icons/heart_delete.png"); }
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
15 #context-bar a.fork { background-image: url("../images/icons/arrow_divide.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
16 #context-bar a.summary { background-image: url("../images/icons/clipboard_16.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
17 #context-bar a.changelogs { background-image: url("../images/icons/time.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
18 #context-bar a.files { background-image: url("../images/icons/file.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
19 #context-bar a.switch-to { background-image: url("../images/icons/arrow_switch.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
20 #context-bar a.options { background-image: url("../images/icons/table_gear.png"); }
3581
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3552
diff changeset
21 #context-bar a.forks { background-image: url("../images/icons/arrow_divide.png"); }
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
22 #context-bar a.pull-request { background-image: url("../images/icons/arrow_join.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
23 #context-bar a.branches { background-image: url("../images/icons/arrow_branch.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
24 #context-bar a.tags { background-image: url("../images/icons/tag_blue.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
25 #context-bar a.bookmarks { background-image: url("../images/icons/tag_green.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
26 #context-bar a.settings { background-image: url("../images/icons/cog.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
27 #context-bar a.search { background-image: url("../images/icons/search_16.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
28 #context-bar a.admin { background-image: url("../images/icons/cog_edit.png"); }
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
29
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
30 #context-bar a.journal { background-image: url("../images/icons/book.png"); }
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
31 #context-bar a.gists { background-image: url("../images/icons/note.png"); }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
32 #context-bar a.gists-private { background-image: url("../images/icons/note_error.png"); }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
33 #context-bar a.gists-new { background-image: url("../images/icons/note_add.png"); }
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
34 #context-bar a.repos { background-image: url("../images/icons/database_edit.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
35 #context-bar a.repos_groups { background-image: url("../images/icons/database_link.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
36 #context-bar a.users { background-image: url("../images/icons/user_edit.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
37 #context-bar a.groups { background-image: url("../images/icons/group_edit.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
38 #context-bar a.permissions { background-image: url("../images/icons/key.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
39 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
40 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
41 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
42 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
43 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
44 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
45
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
46 #content #context-bar {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
47 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
48 overflow: visible;
3612
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
49 background-color: #336699;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
50 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
51 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
52 padding: 0 5px;
a8373e8fff51 merge the two context menu bar stripes - save some vertical space
Mads Kiilerich <madski@unity3d.com>
parents: 3611
diff changeset
53 min-height: 36px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
54 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
55
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
56 #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
57 #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
58 #content #context-bar a {
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
59 color: #FFFFFF;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
60 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
61
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
62 #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
63 #content #context-bar a:hover {
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
64 text-decoration: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
65 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
66
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
67 #content #context-bar .icon {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
68 display: inline-block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
69 width: 16px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
70 height: 16px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
71 vertical-align: text-bottom;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
72 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
73
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
74 ul.horizontal-list {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
75 display: block;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
76 }
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3528
diff changeset
77
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
78 ul.horizontal-list > li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
79 float: left;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
80 position: relative;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
81 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
82
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
83 #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
84 ul.horizontal-list > li ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
85 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
86 display: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
87 right: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
88 z-index: 999;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
89 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
90
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
91 #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
92 ul.horizontal-list li:hover > ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
93 display: block;
3527
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
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
96 #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
97 ul.horizontal-list ul li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
98 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
99 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
100 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
101 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
102
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
103 ul.horizontal-list > li ul ul {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
104 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
105 right: 100%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
106 top: -1px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
107 min-width: 200px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
108 max-height: 400px;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
109 overflow-x: hidden;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
110 overflow-y: auto;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
111 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
112
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
113 #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
114 ul.horizontal-list li a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
115 white-space: nowrap;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
116 }
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 #breadcrumbs {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
119 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
120 padding: 6px 0 5px 0;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
121 padding-left: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
122 font-weight: bold;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
123 font-size: 14px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
124 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
125
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
126 #breadcrumbs span {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
127 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
128 font-size: 1.4em;
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
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
131 #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
132 #revision-changer,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
133 #context-pages,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
134 #context-pages ul {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
135 background: #3b6998; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
136 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
137 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
138 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
139 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
140 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
141 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
142 /*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
143 /*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
144 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
145
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
146 #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
147 #context-actions a,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
148 #context-pages a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
149 background-repeat: no-repeat;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
150 background-position: 10px 50%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
151 padding-left: 30px;
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
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
154 #quick a,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
155 #context-pages ul ul a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
156 padding-left: 10px;
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
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
159 ul#context-actions {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
160 display: inline-block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
161 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
162 border-radius: 4px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
163 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
164 }
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
165
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
166 #content ul#context-actions li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
167 padding: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
168 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
169 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
170 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
171
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
172 #context-actions a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
173 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
174 cursor: pointer;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
175 background: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
176 border: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
177 margin: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
178 height: auto;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
179 padding: 10px 10px 10px 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
180 background-repeat: no-repeat;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
181 background-position: 10px 50%;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
182 font-size: 1em;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
183 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
184
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
185 #context-actions a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
186 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
187 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
188
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
189 #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
190 #revision-changer:hover,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
191 #context-pages li:hover,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
192 #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
193 #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
194 #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
195 #context-pages li.current {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
196 background: #6388ad; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
197 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
198 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
199 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
200 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
201 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
202 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
203 /*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
204 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
205
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
206
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
207 #content #context-actions li:first-child {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
208 border-left: none;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
209 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
210 }
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 #content #context-actions li:last-child {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
213 border-right: none;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
214 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
215 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
216
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
217 #content #context-actions .icon {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
218 margin: auto;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
219 margin-bottom: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
220 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
221 clear: both;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
222 float: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
223 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
224
3611
ceb7fdf4588a move repo actions from their own menu line to Options menu
Mads Kiilerich <madski@unity3d.com>
parents: 3581
diff changeset
225 #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
226 #content #context-pages .following .show-follow {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
227 display: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
228 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
229
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
230 #context-pages {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
231 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
232 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
233 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
234
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
235 #context-pages li.current {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
236 background: #535353; /* Old browsers */
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
237 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
238 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
239 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
240 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
241 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
242 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
243 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
244
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
245 #content #context-pages .icon {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
246 margin-right: 5px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
247 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
248
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
249 #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
250 #content #context-pages li {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
251 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
252 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
253 padding: 0;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
254 }
3717
6ff98871247a Minor changes
Mads Kiilerich <madski@unity3d.com>
parents: 3661
diff changeset
255
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
256 #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
257 #content #context-pages li:last-child {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
258 border-right: none;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
259 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
260
3548
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3546
diff changeset
261 #header #header-inner #quick > li:first-child {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
262 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
263 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
264
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
265 #header #header-inner #quick > li:first-child > a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
266 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
267 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
268
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
269 #header #header-inner #quick a,
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
270 #context-pages a,
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
271 #context-pages .admin_menu a {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
272 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
273 padding: 0px 10px 1px 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
274 padding-left: 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
275 line-height: 35px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
276 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
277
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
278 #header #header-inner #quick a.thin,
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
279 #context-pages a.thin,
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
280 #context-pages .admin_menu a.thin {
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
281 line-height: 28px !important;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
diff changeset
282 }
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3539
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 a#quick_login_link {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
285 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
286 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
287
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
288 #header #header-inner #quick a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
289 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
290 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
291 #quick a.childs:after,
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
292 #revision-changer:before,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
293 #context-pages a.childs:after,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
294 #context-pages a.dropdown:after {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
295 content: ' \25BE';
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
296 }
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3532
diff changeset
297 #context-pages a.childs {
3546
c5efdafee8fe small UI changes for dropdowns on upper menu
Marcin Kuzminski <marcin@python-works.com>
parents: 3542
diff changeset
298 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
299 }
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
300 #context-pages a.childs:after {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
301 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
302 float: right;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
303 padding-left: 5px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
304 padding-right: 5px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
305 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
306
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
307 #revision-changer:before {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
308 position: absolute;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
309 top: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
310 right: 0px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
311 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
312 height: 25px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
313 padding-top: 10px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
314 padding-right: 10px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
315 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
316
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
317 #context-pages li:last-child a {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
318 padding-right: 10px;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
319 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
320
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
321 #context-bar #revision-changer {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
322 position: relative;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
323 cursor: pointer;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
324 border: none;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
325 padding: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
326 margin: 0;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
327 color: #FFFFFF;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
328 font-size: 0.85em;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
329 padding: 2px 15px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
330 padding-bottom: 3px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
331 padding-right: 30px;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
332 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
333 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
334
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
335 #revision-changer .branch-name,
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
336 #revision-changer .revision {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
337 display: block;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
338 text-align: center;
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
339 line-height: 1.5em;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
340 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
341
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
342 #revision-changer .branch-name {
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
343 font-weight: bold;
3527
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
344 }
87c97fcea029 Adding the context bar too all pages related to a Repository.
Leonardo <leo@unity3d.com>
parents:
diff changeset
345
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
346 #revision-changer .revision {
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
347 text-transform: uppercase;
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3548
diff changeset
348 }