agenda-libre-ruby/app/assets/stylesheets/tags.sass

49 lines
951 B
Sass
Raw Normal View History

// Tag list in event display
p.tags a:after
color: black
content: ','
p.tags a:last-child:after
content: ''
2016-12-17 22:43:07 +01:00
.css1
2016-12-17 22:49:01 +01:00
font-size: 0.8em
2016-12-17 22:43:07 +01:00
.css2
2016-12-17 22:49:01 +01:00
font-size: 1.0em
2016-12-17 22:43:07 +01:00
.css3
font-size: 1.4em
.css4
2016-12-17 22:49:01 +01:00
font-size: 1.8em
2017-05-22 16:42:21 +02:00
div.tagsinput
height: auto !important
border: none
2017-05-22 16:42:21 +02:00
margin: 0
padding: 0
display: inline-block
2017-05-22 16:42:21 +02:00
min-height: auto !important
vertical-align: middle
span.tag
margin: 0
padding: 0.75em
2017-05-22 16:42:21 +02:00
font-size: inherit
font-family: inherit
#event_tag_list_addTag, #tag_addTag
float: none
text-align: left
&:first-child
#event_tag_list_tag, #tag_tag
width: 100% !important
input, .ui-autocomplete-input
width: 8em !important
border: solid 0.25em transparent !important
padding: 0.6em
font-size: inherit
margin-right: 0
margin-bottom: 0
&:focus
border-color: #F0F8FF !important
2018-07-12 12:15:49 +02:00
ul.ui-autocomplete li div
box-shadow: 0 0 2px #a5d24a
background-color: white