Changeset - 1ea0629a7fe6
[Not reviewed]
default
0 1 0
Drew Perttula - 10 years ago 2015-06-08 08:12:55
drewp@bigasterisk.com
ascoltami mini mode
Ignore-this: f09fcb7e27972e4e116da024ff707d4
1 file changed with 19 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/style.css
Show inline comments
 
@@ -117,6 +117,25 @@ button a {
 
    font-size: 140%;
 
}
 

	
 
/* ascoltami mini mode */
 
@media (max-height: 600px) {
 
    .songs {
 
        -webkit-column-width: 9em;
 
    }
 
    .songs button {
 
        font-size: initial;
 
        height: initial;
 
        width: 100%;
 
        margin: initial;
 
    }
 
    .num {
 
        font-size: initial;
 
        padding: initial;
 
    }
 
    .commands button {
 
        padding: 5px;
 
    }
 
}
 

	
 
/* subserver */
 
.vari {
0 comments (0 inline, 0 general)