Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Changes for Flexible Post Widget
Browse files Browse the repository at this point in the history
Simple css for new widget.
  • Loading branch information
Jessika Mika Caldera committed Jan 7, 2015
1 parent d37f407 commit fc969b9
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ _notes/dwsync.xml
inc/_notes/dwsync.xml

prepros.cfg

.DS_Store
47 changes: 46 additions & 1 deletion sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
&.widget_search {}
&.widget_text {
.textwidget {
margin:$widget-content-margin;
margin:$widget-content-margin;
}
}
&.widget_tag_cloud {
Expand Down Expand Up @@ -171,6 +171,51 @@
border:none;

}
&.widget_dpe_fp_widget{
padding:0;
background-color:transparent;
.dpe-flexible-posts{
li{
padding: 0.1em 0px 0.1em 0px;
display:block;
a{
margin:0;
position:relative;
display:block;
.attachment-thumbnail{
height: 60px;
width: 60px;
margin-right:10px;
float:left;
}
.attachment-medium{
width:48%;
margin-right:10px;
float:left;
}
.attachment-large{
width: 100%;
margin-right:10px;
float:left;
}
.title{
display:block;
position:relative;
font-size: 1em;
font-weight: normal;
}
.title:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
}
}
}


/* === UCONN Widgets
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit fc969b9

Please sign in to comment.