Issue #277 : Extract save panel css to dedicated file

This commit is contained in:
jdescottes 2015-09-19 22:38:36 +02:00
parent 551e15e67b
commit d96c1a9c06
2 changed files with 26 additions and 36 deletions

26
src/css/settings-save.css Normal file
View file

@ -0,0 +1,26 @@
.save-field {
width: 100%;
}
.save-status {
margin-top: 10px;
margin-bottom: -10px;
vertical-align: middle;
font-weight: normal;
text-shadow: none;
font-style: italic;
}
.save-file-name {
white-space: nowrap;
font-weight: bold;
color: white;
font-style: normal;
}
.save-desktop-file-name {
word-wrap: break-word;
font-weight: bold;
color: white;
font-style: normal;
}

View file

@ -146,39 +146,3 @@
[name*=checkbox] {
vertical-align: middle;
}
/************************************************************************************************/
/* Save panel */
/************************************************************************************************/
.anonymous .save-public-section,
.anonymous #save-online-button {
display : none;
}
.save-field {
width: 100%;
}
.save-status {
margin-top: 10px;
margin-bottom: -10px;
vertical-align: middle;
font-weight: normal;
text-shadow: none;
font-style: italic;
}
.save-file-name {
white-space: nowrap;
font-weight: bold;
color: white;
font-style: normal;
}
.save-desktop-file-name {
word-wrap: break-word;
font-weight: bold;
color: white;
font-style: normal;
}