mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 11:06:55 -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 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#inner {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
#inner,
|
||||
#footer {
|
||||
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 {
|
||||
font-weight: bold;
|
||||
|
|
|
@ -63,9 +63,24 @@
|
|||
background: -o-linear-gradient(#fff,#ccc);
|
||||
box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
#inner {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
#inner,
|
||||
#footer {
|
||||
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 {
|
||||
margin: 0 auto;
|
||||
|
@ -165,10 +180,8 @@
|
|||
<% e.end_block(); %>
|
||||
</div>
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="inner">
|
||||
<a id="teampads" href="/teampad">Manage TeamPads</a>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<a id="teampads" href="/teampad">Manage TeamPads</a>
|
||||
</div>
|
||||
|
||||
<script src="static/custom/index.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue