streams/view/css/mod_apps.css

17 lines
190 B
CSS
Raw Normal View History

2014-05-16 02:58:23 +00:00
.app-container {
float: left;
width: 125px;
2015-09-03 04:35:49 +00:00
height: 180px;
2014-05-16 02:58:23 +00:00
padding: 20px;
}
2015-09-03 04:35:49 +00:00
.app-detail {
2015-09-03 04:46:19 +00:00
height: 130px;
overflow-x: hidden;
overflow-y: hidden;
2015-09-03 04:35:49 +00:00
}
.app-tools {
margin-bottom: 0;
}