1
0

Make button links always contain their text.

References #99
This commit is contained in:
Matthias Mees
2014-04-20 13:05:25 +02:00
parent 9e7fbdf6bf
commit b6b6dfe01a

View File

@ -421,6 +421,7 @@ nav ol {
/* BACKEND HELPER CLASSES */ /* BACKEND HELPER CLASSES */
.icon_link, .icon_link,
.button_link,
#insert_image, #insert_image,
form > a, form > a,
form > button, form > button,
@ -441,7 +442,6 @@ form > button,
#dashboard_entries .entry_status, #dashboard_entries .entry_status,
.comment_status, .comment_status,
.tabs > ul > li, .tabs > ul > li,
#maintenance > section > .button_link,
.overviewListForm { .overviewListForm {
display: inline-block; display: inline-block;
} }