pro profile maximize
This commit is contained in:
parent
559bfd8ab2
commit
16e31a5b89
app/styles/app
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
|
|
||||||
|
|
||||||
// layout magic http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
|
// layout magic http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
|
||||||
.wrapper-main
|
.wrapper-main
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
@ -60,6 +59,16 @@
|
||||||
width: grid-calc(6, 24)
|
width: grid-calc(6, 24)
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
|
.maximized
|
||||||
|
.wrapper-main
|
||||||
|
overflow: hidden
|
||||||
|
& > div:first-child:nth-last-child(2)
|
||||||
|
width: grid-calc(24, 24)
|
||||||
|
float: none
|
||||||
|
|
||||||
|
& > div:first-child:nth-last-child(2) ~ div
|
||||||
|
width: 0
|
||||||
|
|
||||||
|
|
||||||
@media #{$large-up}
|
@media #{$large-up}
|
||||||
#left
|
#left
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
position: relative
|
position: relative
|
||||||
width: 100%
|
width: 100%
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
padding: 5px 0 0 10px
|
padding: 1px 0 0 10px
|
||||||
|
|
||||||
h3
|
h3
|
||||||
margin-right: 5px
|
margin-right: 5px
|
||||||
|
|
|
@ -67,14 +67,17 @@
|
||||||
#actions
|
#actions
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|
||||||
|
ul
|
||||||
|
@include resetul
|
||||||
|
li
|
||||||
|
display: inline
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
float: right
|
float: right
|
||||||
position: relative
|
position: relative
|
||||||
top: 1.8em
|
top: 1.8em
|
||||||
ul
|
ul
|
||||||
margin-top: -27px
|
margin-top: -27px
|
||||||
li
|
|
||||||
display: inline
|
|
||||||
|
|
||||||
li.restart-build a, li.restart-job a
|
li.restart-build a, li.restart-job a
|
||||||
background-image: inline-image('icons/repeat.svg')
|
background-image: inline-image('icons/repeat.svg')
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
.pro.maximized
|
.pro.maximized
|
||||||
#right
|
#right
|
||||||
display: none
|
width: 0
|
||||||
*:not(#slider):not(.icon):not(.ember-view)
|
*:not(#slider):not(.icon):not(.ember-view)
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
@ -13,10 +13,9 @@
|
||||||
background-image: inline-image('ui/slider-open.svg')
|
background-image: inline-image('ui/slider-open.svg')
|
||||||
background-position: 6px 5px
|
background-position: 6px 5px
|
||||||
border-bottom-left-radius: 4px
|
border-bottom-left-radius: 4px
|
||||||
display: none
|
|
||||||
|
|
||||||
@media #{$medium-up}
|
// @media #{$medium-up}
|
||||||
display: block
|
// display: block
|
||||||
|
|
||||||
|
|
||||||
#top .profile
|
#top .profile
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
margin-left: -3px
|
margin-left: -3px
|
||||||
padding: 15px
|
padding: 15px
|
||||||
border: 1px solid #e0e0e0
|
border: 1px solid #e0e0e0
|
||||||
background-color: #ffffff
|
background-color: $white
|
||||||
|
|
||||||
h4
|
h4
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user