mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-06 22:05:44 +01:00
Several enhancements to logbooks, and code cleanup (CSS into actual css file)
This commit is contained in:
@@ -36,7 +36,7 @@ a {
|
||||
a:link, a:visited { text-decoration: none; }
|
||||
div.centre img {
|
||||
border: 2px solid #99CCCC;
|
||||
margin-top: 25px;
|
||||
margin: 25px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
hr {
|
||||
@@ -84,6 +84,7 @@ ul#links {
|
||||
width: 150px;
|
||||
padding: 32px 20px 15px;
|
||||
text-align: left;
|
||||
border-top-right-radius: 1em;
|
||||
}
|
||||
.menu {
|
||||
top: 20px;
|
||||
@@ -163,3 +164,34 @@ table#cavepage {
|
||||
table#cavepage th#kat_no { text-align: left; width: 25%; }
|
||||
table#cavepage th#name { text-align: center; width: 50%; }
|
||||
table#cavepage th#status { text-align: right; width: 25%; }
|
||||
/*Trip logbooks*/
|
||||
#logbk hr {
|
||||
display: none;
|
||||
}
|
||||
.tripdate, .trippeople {
|
||||
background-color: #C6E4E3;
|
||||
float: left;
|
||||
margin: 2px 1px 1px 1px;
|
||||
padding: 10px;
|
||||
border-bottom-right-radius: 1em;
|
||||
}
|
||||
.trippeople {
|
||||
background-color: #fff;
|
||||
float: right;
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.triptitle {
|
||||
border: 1px solid #99CCCC;
|
||||
border-top-width: 2px;
|
||||
color: #008787;
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
padding-bottom: 15px;
|
||||
padding-top: 55px;
|
||||
text-align: center;
|
||||
}
|
||||
.timeug {
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;}
|
||||
|
||||
Reference in New Issue
Block a user