Hide settings tab by default
This commit is contained in:
parent
d50ec7f5af
commit
74b3cf765f
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
h5
|
h5
|
||||||
line-height: 25px
|
line-height: 25px
|
||||||
|
|
||||||
#tab_new.display
|
#tab_new.display
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
.tab
|
.tab
|
||||||
margin-top: 20px
|
margin-top: 20px
|
||||||
|
|
||||||
ul.navigation
|
ul.navigation
|
||||||
margin: -18px 0 20px 0
|
margin: -18px 0 20px 0
|
||||||
height: 40px
|
height: 40px
|
||||||
|
@ -89,7 +89,8 @@
|
||||||
#tab_build,
|
#tab_build,
|
||||||
#tab_job,
|
#tab_job,
|
||||||
#tab_request,
|
#tab_request,
|
||||||
#tab_requests
|
#tab_requests,
|
||||||
|
#tab_settings
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
#profile
|
#profile
|
||||||
|
@ -116,6 +117,6 @@
|
||||||
h5
|
h5
|
||||||
min-width: 0px
|
min-width: 0px
|
||||||
a
|
a
|
||||||
padding: 0px 2px
|
padding: 0px 2px
|
||||||
#tab_branches
|
#tab_branches
|
||||||
display: none
|
display: none
|
||||||
|
|
Loading…
Reference in New Issue
Block a user