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