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

Commit

Permalink
Addressing issues #25, #26, #29, #30
Browse files Browse the repository at this point in the history
Issue with Flexible posts, User Profiles, and Small Calendar.
  • Loading branch information
Jessika Mika Caldera committed Jan 13, 2015
1 parent 58bd53e commit 5b229c0
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ video {
min-height: 100% !important;
min-width: 100% !important;
}

/* Flexible Posts */

* html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a{
height:1%
Expand All @@ -1615,37 +1615,39 @@ video {
padding:0px;
}
.widget.widget_dpe_fp_widget ul{
padding:10px 0px;
padding: 0px 5px 0px 0px;
margin:10px 10px 10px 10px;
}
.widget.widget_dpe_fp_widget li{
padding: 8px 0px 8px 0px;
padding: 0px;
margin: 10px 0px;
display:block;
box-shadow:none;
}
.widget.widget_dpe_fp_widget li a{
margin:0;
margin:0px;
position:relative;
display:inline-block;
width:100%;
}
.widget.widget_dpe_fp_widget li a .attachment-thumbnail{
height: 60px;
width: 60px;
margin-right:10px;
margin-bottom:10px;
margin-right: 10px;
float:left;
}
.widget.widget_dpe_fp_widget li a .attachment-medium{
width:48%;
margin-right:10px;
margin-bottom:10px;
margin-right: 10px;
float:left;
}
.widget.widget_dpe_fp_widget li a .attachment-large{
max-width:100%;
margin-right:10px;
margin-bottom:10px;
margin-bottom: 10px;
float:left;
clear:right;
display:block;
border:2px solid black;
}
.widget.widget_dpe_fp_widget li a .title{
display:block;
Expand Down Expand Up @@ -1823,7 +1825,6 @@ video {
}
.uup-name {
font-weight:bold;
display:block;
padding-top:0px;
padding-bottom:5px;
}
Expand Down Expand Up @@ -1857,6 +1858,14 @@ video {
display:block;
}

.uup-list-wrapper {
width: 100%;
margin-bottom: 15px;
overflow-x: auto;
overflow-y: hidden;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## Gravity Forms
Expand Down Expand Up @@ -1906,6 +1915,11 @@ video {
div.uc-cal.uc-listcal.list-view.hidden-desktop ul.uc-cal-list {
list-style: none;
margin: 0;
}
#events-toolbar {
margin-left:0;
margin-bottom:12px;

}
#events-grid-wrap{
width: 100%;
Expand Down

0 comments on commit 5b229c0

Please sign in to comment.