diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 394c415837..b7ffba4351 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -193,6 +193,13 @@ input[type=button]:focus { color: #202d52; outline: none; } +button.et2_button_with_image { + padding-left: 20px; + background-repeat: no-repeat; + background-position-x: 3px; + background-size: 16px; +} + /** * Drop down button */ @@ -633,6 +640,11 @@ ul.et2_link_string { background-position: bottom; background-repeat: repeat-x; } + +.et2_taglist_ro ul { + margin: 0px; + padding: 0px; +} /** * VFS widget(s) */