mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 00:16:15 +01:00
Oops.
Didn't commit the whole tree in [191]. This commit contains all the fixes referred to in the log for [191]. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@192 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
e2487c412b
commit
aa0760f0ef
80 changed files with 501 additions and 7259 deletions
|
|
@ -78,7 +78,25 @@ div.memo {
|
|||
margin: 20px auto;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
#warning {
|
||||
padding: 2px;
|
||||
border: 1px solid #ED2E38;
|
||||
background-color: #F6979C;
|
||||
color: #000000;
|
||||
margin: 15px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#message {
|
||||
padding: 2px;
|
||||
border: 1px solid #CCC;
|
||||
background-color: #D2D3D6;
|
||||
color: #666;
|
||||
margin: 15px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Error message styles */
|
||||
.fieldWithErrors {
|
||||
padding: 2px;
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ a.footer_link:hover {color: #fff; background-color: #cc3334 !important;}
|
|||
padding: 2px;
|
||||
border: 1px solid #ED2E38;
|
||||
background-color: #F6979C;
|
||||
color: #FFFFFF;
|
||||
color: #000000;
|
||||
margin: 15px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue