Skip to content

Commit

Permalink
fix for chrome regards #18
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlpete committed Feb 20, 2012
1 parent 65e96a4 commit 4ce00ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
11 changes: 6 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -658,11 +658,12 @@ ul.noty_container {
.adminContent .dateentry {
width: 70px; }
.adminContent .eventContainer {
display: block; }
.adminContent .event {
margin: 0;
position: relative;
width: 400px; }
display: block;
width: 460px; }
.adminContent .eventContainer .event {
margin: 0;
position: relative;
width: 400px; }
.adminContent #eventDetails {
width: 440px; }
.adminContent .button.edit {
Expand Down
13 changes: 8 additions & 5 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -646,11 +646,14 @@ ul.noty_container {
padding:5px;
}
.dateentry { width: 70px; }
.eventContainer { display:block; }
.event {
margin:0;
position:relative;
width:400px;
.eventContainer {
display:block;
width: 460px;
.event {
margin:0;
position:relative;
width:400px;
}
}
#eventDetails { width:440px; }
.button {
Expand Down

0 comments on commit 4ce00ff

Please sign in to comment.