streams/view/css/mod_apps.css

13 lines
164 B
CSS
Raw Normal View History

2014-05-16 02:58:23 +00:00
.app-container {
float: left;
2018-10-09 04:27:35 +00:00
width: 177px;
2019-07-01 06:36:03 +00:00
margin: 20px;
2014-05-16 02:58:23 +00:00
}
2015-09-03 04:35:49 +00:00
2017-02-06 12:45:46 +00:00
.app-name {
2018-10-09 04:27:35 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2017-02-06 12:45:46 +00:00
margin: 10px 0px;
2015-09-03 04:35:49 +00:00
}