Fix style for abbr elements in toolbar

This commit is contained in:
Lee McDermott 2013-02-07 20:39:09 +00:00 committed by Fabien Potencier
parent f8cf1eb1a2
commit 61aadd6304

View File

@ -41,6 +41,10 @@
bottom: 0;
border-top: 1px solid #bbb;
}
.sf-toolbarreset abbr {
border-bottom: 1px dotted #000000;
cursor: help;
}
.sf-toolbarreset span,
.sf-toolbarreset div {
font-size: 11px;
@ -324,11 +328,6 @@
background-image: -o-linear-gradient(180deg, #cbcbcb, #e8e8e8); !important;
background: linear-gradient(90deg, #cbcbcb, #e8e8e8); !important;
}
.sf-toolbarreset abbr {
border-bottom: 1px dotted #000000;
cursor: help;
}
{% endif %}
/***** Media query *****/