Skip to content

Commit

Permalink
widg
Browse files Browse the repository at this point in the history
  • Loading branch information
morganknutson committed Jul 6, 2011
1 parent 7fe198a commit 7d539bf
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 36 deletions.
4 changes: 2 additions & 2 deletions app/stylesheets/classes.scss
Expand Up @@ -265,7 +265,7 @@ span.vote_smart_keyvote {
overflow: hidden;
line-height: 3em;
padding-top: 100px !important;
width: 100px;
width: 20px;
background: url(../images/key-vote.png) 0px 0px no-repeat;
top: -70px;
position: absolute;
Expand All @@ -277,7 +277,7 @@ span.vote_smart_keyvote {
margin-top: -6px;
color: #333;
padding: 10px 20px;
width: 322px;

}

.subhead {
Expand Down
7 changes: 3 additions & 4 deletions app/stylesheets/widget.scss
Expand Up @@ -101,8 +101,7 @@ width: 250px;
font-family: 'ogeye';
font-style: normal;
font-weight: normal;
src: url('../fonts/ogeye.eot');
src: local('ogeye'), url('../fonts/ogeye.ttf') format('truetype');
src: url('../fonts/ogeye3.ttf');
}

.og-widget-intro{
Expand All @@ -123,12 +122,12 @@ float: left;
opacity: 0.8;
}

.og-widget-action:before {
.og-widget-bill-action:before {
padding-right: 10px;
font-family: 'ogeye';
content: 'A';
position: relative;
font-size: 11px;
font-size: 12px;
opacity: 0.8;
}

Expand Down
Binary file modified public/fonts/ogeye.ttf 100755 → 100644
Binary file not shown.
Binary file added public/fonts/ogeye3.ttf
Binary file not shown.
3 changes: 1 addition & 2 deletions public/stylesheets/classes.css
Expand Up @@ -413,7 +413,7 @@ span.vote_smart_keyvote {
overflow: hidden;
line-height: 3em;
padding-top: 100px !important;
width: 100px;
width: 20px;
background: url(../images/key-vote.png) 0px 0px no-repeat;
top: -70px;
position: absolute;
Expand All @@ -426,7 +426,6 @@ span.vote_smart_keyvote {
margin-top: -6px;
color: #333;
padding: 10px 20px;
width: 322px;
}

/* line 283, ../../app/stylesheets/classes.scss */
Expand Down
55 changes: 27 additions & 28 deletions public/stylesheets/widget.css
Expand Up @@ -103,11 +103,10 @@ textarea#embed-code {
font-family: 'ogeye';
font-style: normal;
font-weight: normal;
src: url("../fonts/ogeye.eot");
src: local("ogeye"), url("../fonts/ogeye.ttf") format("truetype");
src: url("../fonts/ogeye3.ttf");
}

/* line 108, ../../app/stylesheets/widget.scss */
/* line 107, ../../app/stylesheets/widget.scss */
.og-widget-intro {
font-size: 11px;
margin-top: 5px;
Expand All @@ -116,7 +115,7 @@ textarea#embed-code {
float: left;
}

/* line 117, ../../app/stylesheets/widget.scss */
/* line 116, ../../app/stylesheets/widget.scss */
.og-widget-views:before, .og-widget-intro:before {
padding-right: 6px;
font-family: 'ogeye';
Expand All @@ -126,17 +125,17 @@ textarea#embed-code {
opacity: 0.8;
}

/* line 126, ../../app/stylesheets/widget.scss */
.og-widget-action:before {
/* line 125, ../../app/stylesheets/widget.scss */
.og-widget-bill-action:before {
padding-right: 10px;
font-family: 'ogeye';
content: 'A';
position: relative;
font-size: 11px;
font-size: 12px;
opacity: 0.8;
}

/* line 136, ../../app/stylesheets/widget.scss */
/* line 135, ../../app/stylesheets/widget.scss */
.og-widget-views {
font-size: 11px;
margin-top: 5px;
Expand All @@ -145,33 +144,33 @@ textarea#embed-code {
float: left;
}

/* line 144, ../../app/stylesheets/widget.scss */
/* line 143, ../../app/stylesheets/widget.scss */
.og-widget-bill-action {
font-size: 11px;
line-height: 16px;
margin-top: 5px;
float: left;
}

/* line 152, ../../app/stylesheets/widget.scss */
/* line 151, ../../app/stylesheets/widget.scss */
.og-widget-clear {
clear: both;
height: 0;
}

/* line 158, ../../app/stylesheets/widget.scss */
/* line 157, ../../app/stylesheets/widget.scss */
.widgets .grid_16 {
margin-top: 0 !important;
}

/* line 164, ../../app/stylesheets/widget.scss */
/* line 163, ../../app/stylesheets/widget.scss */
.widgets h1 {
margin-top: 0;
margin-left: -10px;
margin-right: -35px;
}

/* line 172, ../../app/stylesheets/widget.scss */
/* line 171, ../../app/stylesheets/widget.scss */
.widgets .share_top {
position: absolute;
z-index: 9999999;
Expand All @@ -182,19 +181,19 @@ textarea#embed-code {
width: 240px;
}

/* line 183, ../../app/stylesheets/widget.scss */
/* line 182, ../../app/stylesheets/widget.scss */
.widgets .share_top .share {
margin: 0 !important;
}

/* line 187, ../../app/stylesheets/widget.scss */
/* line 186, ../../app/stylesheets/widget.scss */
.chooser {
width: 70px;
float: left;
margin-right: 20px;
}

/* line 193, ../../app/stylesheets/widget.scss */
/* line 192, ../../app/stylesheets/widget.scss */
.chooser label {
display: block;
text-align: center;
Expand All @@ -203,7 +202,7 @@ textarea#embed-code {
font-weight: normal;
}

/* line 202, ../../app/stylesheets/widget.scss */
/* line 201, ../../app/stylesheets/widget.scss */
.chooser input {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Expand All @@ -215,53 +214,53 @@ textarea#embed-code {
margin: 0 auto;
}

/* line 213, ../../app/stylesheets/widget.scss */
/* line 212, ../../app/stylesheets/widget.scss */
#embed-code {
width: 430px !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid rgba(101, 101, 101, 0.2);
}

/* line 225, ../../app/stylesheets/widget.scss */
/* line 224, ../../app/stylesheets/widget.scss */
.widgets .button.tiny {
margin: 7px 19px 0;
}

/* line 231, ../../app/stylesheets/widget.scss */
/* line 230, ../../app/stylesheets/widget.scss */
.widgets .grid_16 {
background: url(../images/widg-bg.jpg) 9px 100px no-repeat;
}

/* line 236, ../../app/stylesheets/widget.scss */
/* line 235, ../../app/stylesheets/widget.scss */
.widgets.index .grid_16 {
background: none !important;
}

/* line 240, ../../app/stylesheets/widget.scss */
/* line 239, ../../app/stylesheets/widget.scss */
.widget_preview {
padding: 50px 0 0 20px;
}

/* line 245, ../../app/stylesheets/widget.scss */
/* line 244, ../../app/stylesheets/widget.scss */
.widget_config {
padding: 50px 0 0 0px;
}

/* line 223, ../../app/stylesheets/widget.scss */
/* line 249, ../../app/stylesheets/widget.scss */
.list {
background: url(../images/og-widg.jpg) right 65px no-repeat;
float: left;
min-height: 500px;
width: 100%;
}

/* line 230, ../../app/stylesheets/widget.scss */
/* line 256, ../../app/stylesheets/widget.scss */
.list h2 {
margin-left: 20px;
}

/* line 233, ../../app/stylesheets/widget.scss */
/* line 259, ../../app/stylesheets/widget.scss */
.list ul {
padding: 0px;
border: 1px solid rgba(101, 101, 101, 0.2);
Expand All @@ -274,13 +273,13 @@ textarea#embed-code {
margin: 0 0 0 20px;
}

/* line 247, ../../app/stylesheets/widget.scss */
/* line 273, ../../app/stylesheets/widget.scss */
.list ul li {
padding: 20px 30px 5px;
border-bottom: 1px solid #aaa;
}

/* line 253, ../../app/stylesheets/widget.scss */
/* line 279, ../../app/stylesheets/widget.scss */
.list ul li:last-child {
border-bottom: none;
}

0 comments on commit 7d539bf

Please sign in to comment.