nextcloud/admin/css/apps.css

15 lines
741 B
CSS
Raw Normal View History

2011-04-17 01:07:18 +04:00
/* APPS TABLE */
2011-08-08 15:45:43 +04:00
table td.date { width:5em; padding:.5em 1em; text-align:left; }
table td.version, table td.enabled, table td.disabled { padding:.5em 1em; text-align:left; }
.preview { padding:3px; text-align:left; }
2011-08-08 15:45:43 +04:00
table td.date { width:11em; color:#555; }
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:left; }
table td.name a { padding:6px; text-decoration:none; color:#555; }
.type { text-decoration:none; color:#888; font-size:.8em; }
.description { text-decoration:none; color:#666; font-size:.9em; }
2011-08-09 00:44:45 +04:00
#content ul#apps { width:40em; list-style:none; }
#content ul#apps li { display:block; padding:.2em; clear:right; }
#content ul#apps em { color:#555; }
#content ul#apps input { float:right; }