remove x-overflow on outfits-not-logged-in message on smaller viewports
This commit is contained in:
parent
249c493d25
commit
76b9219bec
2 changed files with 63 additions and 61 deletions
|
@ -532,6 +532,7 @@ body.outfits-edit
|
|||
|
||||
#preview-outfits-not-logged-in
|
||||
text-align: center
|
||||
overflow-x: hidden
|
||||
|
||||
img
|
||||
border:
|
||||
|
|
|
@ -2915,36 +2915,37 @@ body.outfits-edit #preview-outfits > ul > li.thumbnail-available .outfit-thumbna
|
|||
}
|
||||
/* line 530, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits > ul > li.loading .outfit-star {
|
||||
background-image: url('/images/loading_outfit_pane.gif?1343372817');
|
||||
background-image: url('/images/loading_outfit_pane.gif?1343373151');
|
||||
}
|
||||
/* line 533, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in {
|
||||
text-align: center;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/* line 536, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 537, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in img {
|
||||
border-color: #006600;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
/* line 542, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 543, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in figure {
|
||||
display: block;
|
||||
margin: 0 0 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
/* line 547, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 548, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in figcaption {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 551, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 552, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in p {
|
||||
margin-left: 24px;
|
||||
margin-right: 24px;
|
||||
font-size: 85%;
|
||||
}
|
||||
/* line 555, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 556, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in {
|
||||
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
||||
-moz-border-radius: 5px;
|
||||
|
@ -2984,11 +2985,11 @@ body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfi
|
|||
body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in:hover {
|
||||
background-color: #ee4b00;
|
||||
}
|
||||
/* line 559, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 560, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing {
|
||||
display: none;
|
||||
}
|
||||
/* line 562, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 563, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-urls {
|
||||
margin-left: 24px;
|
||||
margin-right: 24px;
|
||||
|
@ -2996,23 +2997,23 @@ body.outfits-edit #preview-sharing #preview-sharing-urls {
|
|||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
/* line 569, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 570, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-urls li {
|
||||
display: block;
|
||||
padding: 0.25em 0;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 574, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 575, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-urls li label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 578, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 579, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-urls li input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 582, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 583, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-url-formats {
|
||||
margin-left: 24px;
|
||||
margin-right: 24px;
|
||||
|
@ -3025,7 +3026,7 @@ body.outfits-edit #preview-sharing #preview-sharing-url-formats {
|
|||
font-size: 0;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 590, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 591, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-url-formats li {
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: vertical;
|
||||
|
@ -3044,13 +3045,13 @@ body.outfits-edit #preview-sharing #preview-sharing-url-formats li {
|
|||
body.outfits-edit #preview-sharing #preview-sharing-url-formats li {
|
||||
*display: inline;
|
||||
}
|
||||
/* line 601, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 602, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-url-formats li.active {
|
||||
background: #eeffee;
|
||||
color: inherit;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 606, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 607, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-url-formats li:first-child {
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
|
@ -3066,7 +3067,7 @@ body.outfits-edit #preview-sharing #preview-sharing-url-formats li:first-child {
|
|||
border-bottom-left-radius: 5px;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
/* line 611, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 612, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-url-formats li:last-child {
|
||||
-moz-border-radius-topright: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
|
@ -3082,7 +3083,7 @@ body.outfits-edit #preview-sharing #preview-sharing-url-formats li:last-child {
|
|||
border-bottom-right-radius: 5px;
|
||||
border-right-color: #006600;
|
||||
}
|
||||
/* line 616, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 617, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-thumbnail-wrapper {
|
||||
border: 1px solid #aaddaa;
|
||||
display: block;
|
||||
|
@ -3091,7 +3092,7 @@ body.outfits-edit #preview-sharing #preview-sharing-thumbnail-wrapper {
|
|||
position: relative;
|
||||
width: 150px;
|
||||
}
|
||||
/* line 624, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 625, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
|
@ -3099,7 +3100,7 @@ body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading {
|
|||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 631, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 632, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading span {
|
||||
color: #448844;
|
||||
font-size: 85%;
|
||||
|
@ -3109,63 +3110,63 @@ body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading span {
|
|||
top: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 640, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 641, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing #preview-sharing-thumbnail, body.outfits-edit #preview-sharing #preview-sharing-thumbnail-generating {
|
||||
display: none;
|
||||
}
|
||||
/* line 644, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 645, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded #preview-sharing-thumbnail-saving {
|
||||
display: none;
|
||||
}
|
||||
/* line 647, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 648, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded #preview-sharing-urls, body.outfits-edit #preview-sharing.urls-loaded #preview-sharing-url-formats, body.outfits-edit #preview-sharing.urls-loaded #preview-sharing-thumbnail-generating {
|
||||
display: block;
|
||||
}
|
||||
/* line 651, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 652, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded.thumbnail-loaded #preview-sharing-thumbnail-loading {
|
||||
display: none;
|
||||
}
|
||||
/* line 654, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 655, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded.thumbnail-loaded #preview-sharing-thumbnail {
|
||||
display: block;
|
||||
}
|
||||
/* line 658, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 659, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded.thumbnail-available #preview-sharing-thumbnail-loading {
|
||||
-moz-opacity: 0.85;
|
||||
-webkit-opacity: 0.85;
|
||||
-o-opacity: 0.85;
|
||||
-khtml-opacity: 0.85;
|
||||
}
|
||||
/* line 661, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 662, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sharing.urls-loaded.thumbnail-available #preview-sharing-thumbnail {
|
||||
display: block;
|
||||
}
|
||||
/* line 664, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 665, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit .preview-sidebar-nav {
|
||||
float: right;
|
||||
font-size: 85%;
|
||||
margin-right: 24px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
/* line 676, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 677, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar #preview-sidebar-navbar-closet {
|
||||
background: white;
|
||||
border-bottom-color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 680, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 681, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar.viewing-outfits #preview-sidebar-navbar-closet, body.outfits-edit #preview-sidebar.sharing #preview-sidebar-navbar-closet {
|
||||
background: transparent;
|
||||
border-bottom: 1px solid #aaddaa;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* line 683, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 684, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar.viewing-outfits #preview-sidebar-navbar-outfits, body.outfits-edit #preview-sidebar.sharing #preview-sidebar-navbar-sharing {
|
||||
background: white;
|
||||
border-bottom-color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 686, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 687, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-navbar {
|
||||
-moz-border-radius: 10px 10px 0 0;
|
||||
-webkit-border-radius: 10px 10px 0 0;
|
||||
|
@ -3185,7 +3186,7 @@ body.outfits-edit #preview-sidebar-navbar {
|
|||
body.outfits-edit #preview-sidebar-navbar {
|
||||
display: block;
|
||||
}
|
||||
/* line 695, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 696, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-navbar > div {
|
||||
background: transparent;
|
||||
border-bottom: 1px solid #aaddaa;
|
||||
|
@ -3197,11 +3198,11 @@ body.outfits-edit #preview-sidebar-navbar > div {
|
|||
text-align: center;
|
||||
width: 132px;
|
||||
}
|
||||
/* line 704, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 705, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-navbar > div:first-child {
|
||||
border-left: 0;
|
||||
}
|
||||
/* line 707, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 708, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-content {
|
||||
-moz-border-radius: 0 0 10px 10px;
|
||||
-webkit-border-radius: 0 0 10px 10px;
|
||||
|
@ -3213,7 +3214,7 @@ body.outfits-edit #preview-sidebar-content {
|
|||
border-top: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
/* line 713, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 714, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #save-success, body.outfits-edit #save-error, body.outfits-edit #outfit-not-found, body.outfits-edit #preview-sidebar-donation-request {
|
||||
margin-left: 24px;
|
||||
margin-right: 24px;
|
||||
|
@ -3221,7 +3222,7 @@ body.outfits-edit #save-success, body.outfits-edit #save-error, body.outfits-edi
|
|||
margin-top: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 720, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 721, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-donation-request {
|
||||
background: #e6efc2;
|
||||
border: 1px solid #c6d880;
|
||||
|
@ -3229,23 +3230,23 @@ body.outfits-edit #preview-sidebar-donation-request {
|
|||
font-size: 85%;
|
||||
padding: 1em;
|
||||
}
|
||||
/* line 725, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 726, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-donation-request-no-thanks {
|
||||
margin-left: 1em;
|
||||
}
|
||||
/* line 728, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 729, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #save-success {
|
||||
background: #e6efc2;
|
||||
border: 1px solid #c6d880;
|
||||
color: #264409;
|
||||
}
|
||||
/* line 731, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 732, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #save-error, body.outfits-edit #outfit-not-found {
|
||||
background: #fbe3e4;
|
||||
border: 1px solid #fbc2c4;
|
||||
color: #8a1f11;
|
||||
}
|
||||
/* line 734, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 735, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #userbar-message {
|
||||
-moz-opacity: 0.5;
|
||||
-webkit-opacity: 0.5;
|
||||
|
@ -3253,16 +3254,16 @@ body.outfits-edit #userbar-message {
|
|||
-khtml-opacity: 0.5;
|
||||
display: none;
|
||||
}
|
||||
/* line 738, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 739, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #new-outfit-name {
|
||||
font: inherit;
|
||||
line-height: 1;
|
||||
}
|
||||
/* line 742, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 743, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #pet-type-form, body.outfits-edit #pet-state-form, body.outfits-edit #preview-swf, body.outfits-edit #preview-search-form {
|
||||
position: relative;
|
||||
}
|
||||
/* line 745, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 746, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit .control-overlay {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
|
@ -3271,11 +3272,11 @@ body.outfits-edit .control-overlay {
|
|||
width: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
/* line 753, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 754, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-sidebar-nav-outfits, body.outfits-edit #save-outfit-signed-in {
|
||||
display: none;
|
||||
}
|
||||
/* line 756, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 757, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit form#save-outfit-form {
|
||||
display: none;
|
||||
margin-right: 0;
|
||||
|
@ -3308,7 +3309,7 @@ body.outfits-edit form#save-outfit-form .outfit-star {
|
|||
margin-left: -24px;
|
||||
margin-right: 0;
|
||||
}
|
||||
/* line 762, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 763, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit form#save-outfit-form .outfit-star, body.outfits-edit form#save-outfit-form input, body.outfits-edit form#save-outfit-form button {
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: vertical;
|
||||
|
@ -3322,46 +3323,46 @@ body.outfits-edit form#save-outfit-form .outfit-star, body.outfits-edit form#sav
|
|||
body.outfits-edit form#save-outfit-form .outfit-star, body.outfits-edit form#save-outfit-form input, body.outfits-edit form#save-outfit-form button {
|
||||
*display: inline;
|
||||
}
|
||||
/* line 767, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 768, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit form#save-outfit-form .outfit-star {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
/* line 770, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 771, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit .outfit-url {
|
||||
font-size: 75%;
|
||||
}
|
||||
/* line 773, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 774, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #preview-search-form-error {
|
||||
background: #fbe3e4;
|
||||
border: 1px solid #fbc2c4;
|
||||
color: #8a1f11;
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
/* line 778, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 779, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #preview-sidebar-nav-outfits {
|
||||
display: block;
|
||||
}
|
||||
/* line 780, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 781, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #save-outfit {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 784, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 785, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #save-outfit-wrapper.active-outfit #save-outfit {
|
||||
display: none;
|
||||
}
|
||||
/* line 786, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 787, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #save-outfit-wrapper.active-outfit #save-current-outfit, body.outfits-edit.user-signed-in #save-outfit-wrapper.active-outfit #save-outfit-copy {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 794, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 795, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #save-outfit-form {
|
||||
display: block;
|
||||
}
|
||||
/* line 796, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 797, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #save-outfit, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #save-current-outfit, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #save-outfit-copy, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #current-outfit-permalink, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #shared-outfit-permalink, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #share-outfit, body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #shared-outfit-url {
|
||||
display: none;
|
||||
}
|
||||
/* line 798, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 799, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in .preview-search-form-your-items {
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: vertical;
|
||||
|
@ -3373,23 +3374,23 @@ body.outfits-edit.user-signed-in .preview-search-form-your-items {
|
|||
body.outfits-edit.user-signed-in .preview-search-form-your-items {
|
||||
*display: inline;
|
||||
}
|
||||
/* line 800, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 801, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #preview-outfits-not-logged-in {
|
||||
display: none;
|
||||
}
|
||||
/* line 802, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 803, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-signed-in #preview-outfits-list {
|
||||
display: block;
|
||||
}
|
||||
/* line 806, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 807, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit.user-not-signed-in #save-outfit-not-signed-in {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 810, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 811, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #save-outfit-wrapper.shared-outfit #shared-outfit-permalink, body.outfits-edit #save-outfit-wrapper.shared-outfit #shared-outfit-url {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 812, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
/* line 813, ../../../app/stylesheets/outfits/_edit.sass */
|
||||
body.outfits-edit #save-outfit-wrapper.shared-outfit #current-outfit-permalink {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue