mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Fixed search widget rendering in TheThemeMachine. Work Item: 16894
--HG-- branch : dev
This commit is contained in:
@@ -422,18 +422,11 @@ nav ul
|
||||
/* Widgets
|
||||
***************************************************************/
|
||||
.widgets {}
|
||||
.widget h1 { font-size: 1.077em; }
|
||||
|
||||
/* Search */
|
||||
/* Search widget shuld go into the sidebar for proper styling */
|
||||
/* TODO: (mibach) Generic any zone compatible search widget */
|
||||
.widget-search-form
|
||||
{
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
right: 12px;
|
||||
}
|
||||
.widget-search-form h1 { font-size: 1.077em; }
|
||||
|
||||
.search-form {}
|
||||
.search-form input[type="text"] { float: left; }
|
||||
.search-form button[type="submit"] { float: left; margin: 0; margin-left: 6px; }
|
||||
@@ -444,12 +437,6 @@ nav ul
|
||||
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
|
||||
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px; }
|
||||
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }
|
||||
.widget-control .widget-search-form /* TODO: (mibach) Remove special case for Search Widget */
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 12px;
|
||||
}
|
||||
|
||||
/* Content Mode */
|
||||
.content-control { position: relative; border: 1px dotted #5f97af; }
|
||||
|
Reference in New Issue
Block a user