Skip to content

Commit

Permalink
styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gugahoi committed Feb 9, 2014
1 parent ee6438c commit f687c2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions static/less/module-couchpotato.less
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,13 @@
div.image {
float: left;
height: 100%;
width: 14%;
position: relative;
cursor: pointer;
margin-right: 5px;
z-index: 1;

img.poster {
height: 100%;
width: 100%;
}

span.profile {
Expand Down
2 changes: 2 additions & 0 deletions static/less/module-recently_added.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
h3 {
font-size: 1.2em;
margin: 6px 0 2px;
white-space: nowrap;
overflow: hidden;
}

p {
Expand Down
3 changes: 2 additions & 1 deletion static/less/module-sickbeard.less
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@
#sickbeard-list {
ul {
overflow: auto;
width: 100%;
width: 98%;
overflow: hidden;
padding: 2px;
}
li {
background: url('/@{webroot}/images/alpha/fff_10.png');
Expand Down

0 comments on commit f687c2f

Please sign in to comment.