Skip to content

Commit

Permalink
fix exercises css - refs #2737
Browse files Browse the repository at this point in the history
  • Loading branch information
aragonc committed Nov 29, 2018
1 parent 5ed8eb4 commit 1cb0cad
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions app/Resources/public/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2379,18 +2379,19 @@ div.admin_section h4 {
top: 0;
color: #cfcfcf;
margin: 0;
padding: 2px 10px;
padding: 0 10px;
position: relative;
background: #333;
border-radius: 4px 0 0 0;
float: left;
}

.ribbon .rib h3 {
color: white;
font-size: 16px;
font-size: 15px;
float: left;
line-height: 16px;
padding-top: 5px;
line-height: 40px;
font-weight: bold;
margin: 0;
}

Expand Down Expand Up @@ -2434,9 +2435,11 @@ div.admin_section h4 {

.ribbon h4 {
margin: 0;
padding: 8px 10px;
padding-left: 8px;
color: #444;
float: left;
line-height: 40px;
font-size: 15px;
}

.ribbon-total h4 {
Expand All @@ -2454,18 +2457,6 @@ div.admin_section h4 {
top: 0;
}

.ribbon .rib::before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
bottom: -11px;
z-index: -10;
border: 5px solid;
border-color: #242424 transparent transparent transparent;
}

.ribbon .rib-error::before {
border-color: #cf0404 transparent transparent transparent;
}
Expand Down

0 comments on commit 1cb0cad

Please sign in to comment.