|
|
|
@ -999,6 +999,7 @@ padding-bottom: 3px; |
|
|
|
|
.icon-issue { background-image: url(../images/ticket.png); } |
|
|
|
|
.icon-zoom-in { background-image: url(../images/zoom_in.png); } |
|
|
|
|
.icon-zoom-out { background-image: url(../images/zoom_out.png); } |
|
|
|
|
.icon-more { background-image: url(../images/text_list_bullets.png); } |
|
|
|
|
|
|
|
|
|
.icon-file { background-image: url(../images/files/default.png); } |
|
|
|
|
.icon-file.text-plain { background-image: url(../images/files/text.png); } |
|
|
|
@ -2736,3 +2737,26 @@ select#available_columns { |
|
|
|
|
list-style-type: disc; |
|
|
|
|
list-style-position: inside; |
|
|
|
|
} |
|
|
|
|
ul.action_menu_main { |
|
|
|
|
float:right; |
|
|
|
|
margin-top: 14px; |
|
|
|
|
} |
|
|
|
|
ul.action_menu_main > li { |
|
|
|
|
float:left; |
|
|
|
|
padding-right:10px; |
|
|
|
|
} |
|
|
|
|
ul.action_menu_more > li { |
|
|
|
|
padding-top: 5px; |
|
|
|
|
} |
|
|
|
|
ul.action_menu_more { |
|
|
|
|
padding: 5px; |
|
|
|
|
padding-bottom:10px; |
|
|
|
|
width: 165px; |
|
|
|
|
position: absolute; |
|
|
|
|
background: white; |
|
|
|
|
margin-left: -54px; |
|
|
|
|
margin-top: 5px; |
|
|
|
|
border: 1px solid #B7B7B7; |
|
|
|
|
-webkit-box-shadow: 1px 1px 2px #aaa; |
|
|
|
|
z-index:100; |
|
|
|
|
} |
|
|
|
|