0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Remove unused, commented out CSS.

See #4102
This commit is contained in:
John O'Nolan 2014-09-23 10:14:10 +03:00
parent 438444df3d
commit a6cac3bfed

View file

@ -698,148 +698,11 @@ body.zen {
}
} // .post-settings
.post-settings-menu {
.dropdown-menu {
top: auto;
bottom: 100%;
left: auto;
right: 100%;
}
/*
padding-top: 0;
text-transform: none;
table {
margin: 0;
}
td {
padding: 0;
border-top: none;
border-bottom: lighten($grey, 5%) 1px solid;
}
.post-setting-label {
padding: 8px 10px 8px 15px;
border-right: lighten($grey, 5%) 1px solid;
text-align: right;
}
label {
position: static;
width: auto;
font-weight: normal;
color: $midgrey;
white-space: nowrap;
}
input {
width: 200px;
margin: 0;
@media (max-width: 550px) {
width: 200px;
}
&[type="text"] {
border: none;
padding: 8px 0 8px 10px;
color: $lightgrey;
border-radius: 0;
background: transparent;
&:focus {
background: $grey;
border: none;
}
}
} // input
.post-setting-item {
padding: 5px 0 0 10px;
&.no-padding {
padding: 0;
}
}
.gh-select {
height: 36px;
&:after {
color: $lightgrey;
margin-top: -(0.85em / 2);
}
select {
border: 0;
background: transparent;
border-radius: 0;
color: $lightgrey;
height: 36px;
&:focus {
background: $grey;
}
}
@media (max-width: 550px) {
&,
select {
height: 41px;
}
}
}
.checkbox {
position: relative;
margin-top: 0;
top: 0; // Resets a global `form label` style
border: 0;
&:after {
border-color: lighten($grey, 10%);
background: $grey;
}
} // .checkbox
// Colour the checkbox border correctly for a dark background
input[type='checkbox'] {
&:focus {
& + .checkbox {
&:after {
border-color: lighten($grey, 10%);
}
}
}
} // input[type='checkbox']
// .select-wrapper {
// width: calc(100% - 10px);
// }
.delete {
display: block;
padding: 10px 15px;
width: 100%;
text-align: left;
@include icon($i-trash) {
position: relative;
top: -1px;
margin-right: 10px
};
&:hover {
background: $red;
color: #fff;
}
} // .delete
*/
} // .post-settings-menu
//
// Markdown Help Modal
// --------------------------------------------------
// TODO: This is shit.
.markdown-help-container{
padding-bottom: 20px;