Project

General

Profile

« Previous | Next » 

Revision c6974750

Added by Cherian Mathew about 9 years ago

StatusComposite : added ui elements for filtering add / removing taxa
styles.css : added custom styles for filter table , grid spacing
StatusEditorUI : changed theme to mytheme

View differences:

src/main/webapp/VAADIN/themes/mytheme/styles.css
12086 12086
	display: inline-block;
12087 12087
	width: 19px;
12088 12088
	overflow: hidden;
12089
}
12090

  
12091
/** 
12092
 * Custom settings below 
12093
 */
12094
 
12095
.mytheme .v-table-cell-content-removable {
12096
    color: green;
12097
    background-image: url("icons/32/cancel.png");
12098
    background-repeat: no-repeat;
12099
    background-position: 5px;
12100
    text-indent: 20px;
12101
}
12102

  
12103
.mytheme .v-gridlayout-spacing-on {
12104
  padding-left: 2px;
12105
  padding-right: 2px;
12106
  padding-top: 2px;
12107
  padding-bottom: 2px;
12089 12108
}

Also available in: Unified diff