1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/aphront/side-nav-view.css

20 lines
296 B
CSS
Raw Normal View History

2011-01-25 20:31:40 +01:00
/**
* @provides aphront-side-nav-view-css
*/
table.aphront-side-nav-view {
width: 100%;
2011-01-27 20:35:04 +01:00
font-size: 13px;
2011-01-25 20:31:40 +01:00
}
td.aphront-side-nav-content {
width: 100%;
}
th.aphront-side-nav-navigation {
border-right: 1px solid #ccc;
2011-03-14 06:03:30 +01:00
padding-bottom: 8em;
background: #f7f7f7;
min-width: 175px;
2011-01-25 20:31:40 +01:00
}