Subversion Repositories cheapmusic

Rev

Rev 143 | Rev 151 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 149
Line 64... Line 64...
64
	font-weight: bold;
64
	font-weight: bold;
65
	text-decoration: underline;
65
	text-decoration: underline;
66
	color: white;
66
	color: white;
67
}
67
}
68
 
68
 
69
/* Do you wrap */
69
/* Do not wrap */
70
.nowrap {
70
.nowrap {
71
    white-space: nowrap;    
71
    white-space: nowrap;    
72
}
72
}
73
 
73
 
74
/* User Images */
74
/* User Images */
Line 99... Line 99...
99
	color: black;
99
	color: black;
100
}
100
}
101
 
101
 
102
/* Material Icons */
102
/* Material Icons */
103
.material-text {
103
.material-text {
104
    vertical-align: bottom;
104
    vertical-align: -3px;
105
}
105
}
106
 
106
 
107
/* Material Icon on Button */    
107
/* Material Icon on Button */    
108
button.material-icons, a.material-icons {
108
button.material-icons, a.material-icons {
109
    vertical-align: middle !important;;
109
    vertical-align: middle !important;;