mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +01:00
Sorted out the styling of the 'Fresh actions' box, so that the refresh link is more visible. Fixes #111.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@155 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
69773d159d
commit
551e767b5e
1 changed files with 8 additions and 6 deletions
|
|
@ -126,7 +126,8 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
|
|||
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
|
||||
}
|
||||
|
||||
.new_actions {
|
||||
/* Styling the 'Fresh Actions' box on the home page */
|
||||
#new_actions {
|
||||
padding: 0px 5px 2px 5px;
|
||||
background: #E7FDDE;
|
||||
border: 1px solid #57A620;
|
||||
|
|
@ -134,10 +135,13 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.new_actions h2 {
|
||||
padding: 0 px 5px 0px 5px;
|
||||
#new_actions h2 {
|
||||
/* padding: 0 px 5px 0px 5px; */
|
||||
color: #57A620;
|
||||
}
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#new_actions a {color: #cc3334; text-decoration: underline;}
|
||||
|
||||
h2 a, h2 a:link, h2 a:active, h2 a:visited {
|
||||
color: #fff;
|
||||
|
|
@ -150,8 +154,6 @@ h2 a:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.refresh, a.refresh:link, a.refresh:active {color: #57A620;}
|
||||
|
||||
#input_box {
|
||||
margin-left: 490px;
|
||||
margin-top: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue