Skip to content

Commit

Permalink
cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
shumash committed May 6, 2014
1 parent 6fbc706 commit d595fba
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 188 deletions.
86 changes: 70 additions & 16 deletions posterize.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",

.pheader {
height: 63px;
box-shadow: 0 3px 5px #cccccc;
}

.rdclass-container {
Expand Down Expand Up @@ -149,12 +148,13 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
position: relative;
padding-top: 90px;
z-index: 2;
overflow: hidden;
}

.scrollable {
width: 100%;
margin-top: 5px;
overflow: scroll;
overflow-x: scroll;
white-space:nowrap;
margin-bottom: 25px;
}
Expand Down Expand Up @@ -189,6 +189,10 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
padding-top: 125px;
}

.view-container .below-header {
padding-top: 63px;
}

.results {
padding: 10px 15px;
color: white;
Expand Down Expand Up @@ -246,7 +250,7 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
z-index: 25;
}

#dialog .container {
.container {
padding: 15px;
}

Expand All @@ -261,6 +265,67 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
background-color: orange;
}

.edit .poster_img {
margin: 0;
padding: 0;
width: 100%;
height: 250px;
overflow-y: scroll;
overflow-x: hidden;
cursor:crosshair;
}

.view .poster_img {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}

.poster_img img {
width: 100%;
}

.small_icon {
float: left;
margin-top: 10px;
margin-left: 15px;
width: 20%;
cursor: pointer;
}

.share{
display: block;
margin: 35px 0;
}

.title {
font-size: 1.2em;
margin: 15px 0 25px 0;
}

.detail, .notes {
margin: 15px 0;
color: #666666;
}

.notes {
padding: 10px 15px;
background-color: white;
font-style: italic;
}

.label{
text-align: right;
float: left;
font-family: sans-serif;
margin-right: 20px;
width:80px;
}

.edit .container div {
margin: 20px 0;
}

/*.overlay {
width: 100%;
Expand Down Expand Up @@ -602,12 +667,7 @@ font: 18px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
}
.share{
display: block;
margin: auto;
height: 40px;
width: 170px;
}
.editView{
float: left;
Expand All @@ -620,13 +680,7 @@ input{
width: 170px;
}
.label{
text-align: right;
float: left;
font-family: sans-serif;
margin-right: 10px;
width:80px;
}
.label_big{
display: block;
Expand Down
Loading

0 comments on commit d595fba

Please sign in to comment.