Skip to content

Commit

Permalink
Merge pull request #325 from subjectsplus/fix-layouts-css-pv
Browse files Browse the repository at this point in the history
more styles
  • Loading branch information
pvillanueva01 committed Nov 13, 2015
2 parents 85a269e + f192dbd commit 6385646
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions assets/css/admin/admin_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ li.fav-box-item:hover::before {color: #C03957;}
background-color: rgba(255, 255, 255, 0.6);
position: absolute;
bottom:100%;
left:0;
right:0;
width:52px;
border-radius: 2px 2px 0 0;

Expand Down Expand Up @@ -1592,7 +1592,9 @@ a[id^="delete-"]:hover, a.close-settings:hover {color:#C03957 !important;}
.titlebar-styling-label {width:110px; float:left;}

.titlebar-styling-select {width:120px; float:left;}

/* override for select goes under primary slect class */
.titlebar-styling-select select.box-setting-select {font-size: 0.9em !important; width: 120px !important; border-radius: 5px !important; box-shadow: none; padding:2px !important; color: #858585; white-space: nowrap; border: 2px solid #cccccc !important; }


.titlebar-styling-select select option{white-space: nowrap; width: auto;}
Expand Down Expand Up @@ -1893,10 +1895,6 @@ div[name^="new-"] .titlebar_options #settings- {display:none;}

.portal-column .pure-form select option {white-space: nowrap; width: auto;}


.portal-column .pure-form.titlebar-styling-select select {font-size: 0.9em !important; width: 120px !important; border-radius: 5px !important; box-shadow: none; padding:2px !important; color: #858585; white-space: nowrap; border: 2px solid #cccccc !important; }


.portal-column .pure-button-pluslet,
.portal-column a.pure-button-pluslet {
background-color: rgba(192,57,87, 0.8);
Expand Down

0 comments on commit 6385646

Please sign in to comment.