Browse Source

logout link workaround

master
Frederic 11 years ago
parent
commit
c4905b9903
  1. 32
      cash/static/style.css

32
cash/static/style.css

@ -1,37 +1,11 @@ @@ -1,37 +1,11 @@
html {
min-height: 100%;
}
body {
background-color: #ffcc33;
padding-top: 70px;
//padding-bottom: 50px;
height: 100%;
}
#content {
background-color: #f8f8f8;
border: 1px solid #E7E7E7;
}
table {
width: 100%;
}
h1 {
font-weight: bold;
}
td,th {
border-bottom: 1px solid #b9b9b9;
}
thead td,th {
border-bottom: 2px solid #b9b9b9;
font-weight: bold;
}
tbody tr:hover {
background-color: #dfdfdf;
/* workaround: Prevent "Logout" link from sticking to the screen edge. */
.navbar-right {
padding-right: 1em;
}

Loading…
Cancel
Save