mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00
styles: Add box-shadow for download button.
This commit is contained in:
parent
f18b9afc0b
commit
f992ea11ba
1 changed files with 2 additions and 5 deletions
|
@ -104,12 +104,13 @@ div#downloadbutton {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 8cm;
|
width: 8cm;
|
||||||
padding: 0.7cm 20px 10px;
|
padding: 0.7cm 20px 10px;
|
||||||
margin: 0 15px 0 0;
|
margin: 0 15px 10px 0;
|
||||||
|
|
||||||
-moz-transition: background-color 0.25s linear 0s;
|
-moz-transition: background-color 0.25s linear 0s;
|
||||||
background-color: #272;
|
background-color: #272;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 0.35cm;
|
font-size: 0.35cm;
|
||||||
|
box-shadow: 3px 3px 3px #555555;
|
||||||
}
|
}
|
||||||
div.showcase div#downloadbutton { float: right; margin: 15px;}
|
div.showcase div#downloadbutton { float: right; margin: 15px;}
|
||||||
div#downloadbutton a,
|
div#downloadbutton a,
|
||||||
|
@ -258,10 +259,6 @@ div#footer {
|
||||||
width: 8.2cm;
|
width: 8.2cm;
|
||||||
height: 5.7cm;
|
height: 5.7cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#downloadbutton {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 18.5cm) {
|
@media screen and (max-width: 18.5cm) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue