view farol/static/style.css @ 101:21a1a69b4525

Introduce a POST_button macro and use it in the delete_button one.
author Benoît Allard <benoit.allard@greenbone.net>
date Tue, 14 Oct 2014 10:23:08 +0200
parents 023080ffd995
children 65341d05a8f8
line wrap: on
line source
/* So that the whole panel heading be clickable */
.panel-title a, a.a-block {
    display: block;
}
/*
// Try to push the footer to the bottom of the page
html, body {
  height: 100%;
}

.main.container {
  min-height: 100%;
  margin-bottom: -50px;
}
*/

form.inlined-form {
  display: inline-block;
}

.footer {
  height: 130px;
  margin-top: 20px;
}

#greenbone.logo_img {
  display: block;
  width: 100px;
  height: 107px;
  background-image: url(greenbone_bw.png);
}

#greenbone.logo_img:hover {
  background-image: url(greenbone.png);
}

http://farol.wald.intevation.org