mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:01:15 +02:00
Title
This commit is contained in:
parent
35305b4476
commit
ead1f00bbf
2 changed files with 12 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="snapshot-container">
|
<div class="snapshot-container">
|
||||||
<div class="snapsection">
|
<div class="snapsection">
|
||||||
<label class="title">Snapshot successfully saved!</label>
|
<label class="title">Snap</label>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="snapshot-images">
|
<div id="snapshot-images">
|
||||||
|
|
|
@ -8,10 +8,12 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.snapshot-container {
|
.snapshot-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#snapshot-images > img {
|
#snapshot-images > img {
|
||||||
|
@ -23,9 +25,15 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.snapsection:first-child {
|
||||||
|
padding-top: 0;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
text-transform: uppercase;
|
font-size: 18px;
|
||||||
font-size: 12px;
|
position: relative;
|
||||||
|
top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prompt {
|
.prompt {
|
||||||
|
|
Loading…
Reference in a new issue