FeedOnFeeds/fof-mobile.css

16 lines
880 B
CSS
Raw Normal View History

2010-09-01 02:02:44 +04:00
#addupd, #nav, #tags { display: inline; font-size: 100%; }
#taglist, #welcome, #item-display-controls, #nav li, #taglist tr, #sidebar { display: block; }
2010-09-01 01:21:12 +04:00
#item-display-controls-spacer, #taglist tr.heading, #feeds { display: none; }
#welcome { text-align: left; }
#addupd { float: left; margin: 4px 8px 4px 4px; }
#nav li { float: left; margin: 4px 8px 4px 0; }
#taglist { clear: both; }
2010-09-01 02:02:44 +04:00
#taglist tr { background-color: #e0e0e0; margin: 4px 4px 0 0; padding: 2px 0; float: left; }
2010-09-01 01:21:12 +04:00
#taglist td { margin: 0 4px; display: inline; background-color: transparent; }
#sidebar { float: none; width: auto !important; height: auto !important; overflow: visible; position: static; }
2010-08-31 02:16:06 +04:00
#handle { display: none; }
2010-09-01 01:21:12 +04:00
#item-display-controls { position: static; clear: both; }
.odd-row { background: transparent; }
2010-09-01 02:03:42 +04:00
.items-title { margin-top: 0; }
2010-10-09 00:26:43 +04:00
.flagall { background-color: #e0e0e0; content: "A"; }