mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 19:16:54 -04:00
small style change to manage teams link
This commit is contained in:
parent
9212a39cff
commit
e47aac423c
2 changed files with 38 additions and 10 deletions
|
@ -37,9 +37,24 @@ h2 {
|
||||||
form {
|
form {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#inner {
|
#inner,
|
||||||
width: 300px;
|
#footer {
|
||||||
margin: 0 auto;
|
margin:0 auto;
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
margin-top: 160px;
|
||||||
|
padding: 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#teampads {
|
||||||
|
color: inherit;
|
||||||
|
font-size: 24px;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: -2px;
|
||||||
|
}
|
||||||
|
#teampads::after {
|
||||||
|
content: ' »';
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -63,9 +63,24 @@
|
||||||
background: -o-linear-gradient(#fff,#ccc);
|
background: -o-linear-gradient(#fff,#ccc);
|
||||||
box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
|
box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
#inner {
|
#inner,
|
||||||
width: 300px;
|
#footer {
|
||||||
margin: 0 auto;
|
margin:0 auto;
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
margin-top: 160px;
|
||||||
|
padding: 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#teampads {
|
||||||
|
color: inherit;
|
||||||
|
font-size: 24px;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: -2px;
|
||||||
|
}
|
||||||
|
#teampads::after {
|
||||||
|
content: ' »';
|
||||||
}
|
}
|
||||||
#button {
|
#button {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -165,10 +180,8 @@
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="wrapper">
|
<div id="footer">
|
||||||
<div id="inner">
|
<a id="teampads" href="/teampad">Manage TeamPads</a>
|
||||||
<a id="teampads" href="/teampad">Manage TeamPads</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="static/custom/index.js"></script>
|
<script src="static/custom/index.js"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue