mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #277 : Extract save panel css to dedicated file
This commit is contained in:
parent
551e15e67b
commit
d96c1a9c06
26
src/css/settings-save.css
Normal file
26
src/css/settings-save.css
Normal 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;
|
||||||
|
}
|
@ -146,39 +146,3 @@
|
|||||||
[name*=checkbox] {
|
[name*=checkbox] {
|
||||||
vertical-align: middle;
|
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;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user