mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 22:09:53 -05:00
Merge pull request #490 from bergware/master
Dashboard: wrap long descriptions
This commit is contained in:
@@ -193,9 +193,9 @@ form[name=boot]{display:none}
|
||||
</td><td></td></tr></thead>
|
||||
<tbody class='sys_view'>
|
||||
<tr><td></td><td colspan='2' class='top'>
|
||||
<span class='header'>Description</span><br>
|
||||
<span class='header'>Description</span><span class='text'><br>
|
||||
<?=$var['COMMENT']?><br>
|
||||
<?=$var['SYS_MODEL']?><br><br>
|
||||
<?=$var['SYS_MODEL']?><br><br></span>
|
||||
<span class='header'>Registration</span><br>Unraid OS <b><em><?=$var['regTy']?></em></b><br><br>
|
||||
<span class='header'>Uptime</span><br><span class='uptime'></span>
|
||||
</td><td class='top center'>
|
||||
|
||||
@@ -195,6 +195,7 @@ table.share_status.dashboard.box1 tr.last>td{padding-bottom:20px}
|
||||
table.share_status.dashboard.box1 td i[class^="icon-"]{font-size:32px;vertical-align:top}
|
||||
table.share_status.dashboard.box1 td i[class^="fa "]{font-size:1rem;vertical-align:super}
|
||||
table.share_status.dashboard.box1 td span.header{font-size:1.1rem!important;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box1 td span.text{white-space:normal}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td{border-bottom:1px solid #606e7f}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td:first-child{border-bottom:none}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td:last-child{border-bottom:none}
|
||||
|
||||
@@ -196,6 +196,7 @@ table.share_status.dashboard.box1 tr.last>td{padding-bottom:20px}
|
||||
table.share_status.dashboard.box1 td i[class^="icon-"]{font-size:32px;vertical-align:top}
|
||||
table.share_status.dashboard.box1 td i[class^="fa "]{font-size:1rem;vertical-align:super}
|
||||
table.share_status.dashboard.box1 td span.header{font-size:1.1rem!important;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box1 td span.text{white-space:normal}
|
||||
table.share_status.dashboard.box2 thead tr:nth-child(3)>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box2 tr td:nth-child(2){min-width:20%}
|
||||
table.share_status.dashboard.box2 tr td:nth-child(3){min-width:18%}
|
||||
|
||||
@@ -195,6 +195,7 @@ table.share_status.dashboard.box1 tr.last>td{padding-bottom:20px}
|
||||
table.share_status.dashboard.box1 td i[class^="icon-"]{font-size:32px;vertical-align:top}
|
||||
table.share_status.dashboard.box1 td i[class^="fa "]{font-size:1rem;vertical-align:super}
|
||||
table.share_status.dashboard.box1 td span.header{font-size:1.1rem!important;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box1 td span.text{white-space:normal}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td{border-bottom:1px solid #606e7f}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td:first-child{border-bottom:none}
|
||||
table.share_status.dashboard.box2 thead tr:first-child td:last-child{border-bottom:none}
|
||||
|
||||
@@ -196,6 +196,7 @@ table.share_status.dashboard.box1 tr.last>td{padding-bottom:20px}
|
||||
table.share_status.dashboard.box1 td i[class^="icon-"]{font-size:32px;vertical-align:top}
|
||||
table.share_status.dashboard.box1 td i[class^="fa "]{font-size:1rem;vertical-align:super}
|
||||
table.share_status.dashboard.box1 td span.header{font-size:1.1rem!important;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box1 td span.text{white-space:normal}
|
||||
table.share_status.dashboard.box2 thead tr:nth-child(3)>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard.box2 tr td:nth-child(2){min-width:20%}
|
||||
table.share_status.dashboard.box2 tr td:nth-child(3){min-width:18%}
|
||||
|
||||
Reference in New Issue
Block a user