Browse Source

styling, element alignment

pull/84/head
Ruud 13 years ago
parent
commit
0ce183968d
  1. 2
      couchpotato/core/plugins/movie/static/movie.css
  2. 2
      couchpotato/static/style/main.css

2
couchpotato/core/plugins/movie/static/movie.css

@ -43,7 +43,7 @@
}
.movies .list_view .data, .movies .mass_edit_view .data {
height: 30px;
padding: 3px 10px;
padding: 3px 0 3px 10px;
width: 938px;
box-shadow: none;
border: 0;

2
couchpotato/static/style/main.css

@ -454,7 +454,7 @@ body > .spinner, .mask{
border: 1px solid rgba(0,0,0,0.3);
transition: all 0.3s ease-in-out;
}
.more_menu.show > a, .more_menu > a:hover {
.more_menu.show > a:not(:active), .more_menu > a:hover:not(:active) {
background-color: #406db8;
}

Loading…
Cancel
Save