mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
393 B
18 lines
393 B
.get_field_text_to_image { |
|
position: relative; |
|
} |
|
|
|
.get_field_text_to_image > .ui-state-highlight { |
|
display: inline-block; |
|
margin: 3px; |
|
width: 450px; |
|
height: 26px; |
|
background-color: rgba(255,255,255,0.5); !important; |
|
border: solid 1px #eaeaea; |
|
border-radius: 5px; |
|
-moz-border-radius: 5px; |
|
-webkit-border-radius: 5px; |
|
position: relative; |
|
text-align: center; |
|
padding: 0 !important; |
|
} |