summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/all.css
Commit message (Collapse)AuthorAgeFilesLines
* started migration to bootstrapSjon Hortensius2014-12-291-1269/+0
| | | | | | * migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
* Backout pull request #1391Colin Fleming2014-12-291-16/+0
| | | | | | https://forum.pfsense.org/index.php?topic=85944.0 Backout pull request #13191
* Remove "link", "vlink" and "alink" from BODY tagColin Fleming2014-12-161-0/+17
| | | | | | | | | | | | | | | | | This is a positional change to remove "link", "vlink" and "alink" from the BODY tag, the following themes do not have Anchor tags defined in CSS, so they use the colours defined in the BODY tag, which is blue (hex: #0000CC). _corporate code-red metallic nervecenter pfsense pfsense-dropdown Update "all.css" in the above themes with Anchor tags defined, so that the colour definition can be removed from the BODY tag.
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for metallic theme
* fix menu wrap on non-default themesJared Dillard2014-09-031-6/+2
|
* Revert "make gold link more visable"Jared Dillard2014-08-191-1/+0
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-181-0/+1
|
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-251-2/+2
|
* syntax errors correctedayvis2014-03-041-1/+1
|
* improve the look of the pop up helper widgetCharlie Marshall2013-08-141-1/+1
|
* disable horizontal resizingCharlie Marshall2013-08-051-0/+1
|
* fix / make textarea full widthCharlie Marshall2013-08-051-0/+8
|
* Widget Firewall Logs FieldsN0YB2013-05-211-3/+12
| | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Tidy up "thermal_sonsors.widget.php" XHTMLColin Fleming2013-04-161-0/+32
| | | | | | | | Add CDATA section to SCRIPT tag Move the STYLE block into the "all.css" theme files Close INPUT tag Remove name statement from DIV tag Add summary statement to TABLE tag
* Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-261-0/+6
| | | | themes. Fixes #2900
* Update HTML boolean operator "nowrap"Colin Fleming2013-02-061-0/+2
| | | | | | | | | | | The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
* fix jquery+domtt notices css on all themesMarcello Coutinho2012-06-091-0/+1
|
* Fix for this: http://redmine.pfsense.org/issues/2037Michele Di Maria2011-12-061-2/+2
| | | | | Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
* CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 ↵jim-p2010-11-021-2/+3
| | | | in ticket #830
* Set tabcont to a slightly darker grey so that it stands out even on brighter ↵Scott Ullrich2010-08-051-1/+1
| | | | monitors.
* Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. ↵jim-p2009-11-281-8/+0
| | | | Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
* Squeeze Help area inScott Ullrich2009-09-201-1/+1
|
* Make Status -> IPSec table sortable. Fix colors and styling on sortable ↵Scott Ullrich2009-08-201-3/+5
| | | | table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
* Use index of 1Scott Ullrich2009-03-131-1/+1
|
* Set zorder of graph to -10Scott Ullrich2009-03-131-1/+1
|
* Add sortable cssScott Ullrich2008-12-051-0/+8
|
* Add css for save buttonScott Ullrich2008-11-101-1/+7
|
* Match 1.2 style on infoboxScott Ullrich2008-10-301-2/+2
|
* Set width to 100%Scott Ullrich2008-10-301-1/+1
|
* Make style match 100%Scott Ullrich2008-10-301-0/+4
|
* * Use spanScott Ullrich2008-10-301-2/+2
| | | | | * Make item 600 px wide * Misc cleanup
* Set background to color for alert boxScott Ullrich2008-10-301-0/+5
|
* * Allow themeing of the alertbox.Scott Ullrich2008-10-301-0/+29
| | | | | | | | | * To handle the nifty corners edgecase, define: $nifty_redbox = "#990000"; $nifty_blackbox = "#000000"; ... in /usr/local/www/themes/{$themename}/tabcontrols.php
* Center left tdScott Ullrich2008-10-301-11/+2
|
* Remove width:36px from right areaScott Ullrich2008-10-301-1/+0
|
* Rename to inputerrorsleft and rightScott Ullrich2008-10-301-2/+2
|
* Allow alert box to be themedScott Ullrich2008-10-291-0/+24
|
* Do not wrap dropdown menusScott Ullrich2008-10-121-1/+1
|
* Set foreground color to whiteScott Ullrich2008-10-121-0/+1
|
* Add listrborder elementScott Ullrich2008-08-231-0/+11
|
* Fix CSS attributes.Scott Ullrich2008-03-161-1/+191
| | | | Subbmited-by: hoba
* update widget cssScott Dale2007-06-221-2/+2
|
* update css for widget config divScott Dale2007-05-241-1/+10
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-0/+88
|
* Added Alias popup description for firewall rules.Scott Dale2007-02-121-0/+61
|
* Fix alert backgroundScott Ullrich2006-02-051-29/+25
|
* MFCScott Ullrich2006-01-261-21/+95
|
* MFC 8629Scott Ullrich2005-12-231-0/+5
| | | | Making the pfSense logo go back to the index.php page.
* MFC 8509Scott Ullrich2005-12-181-4/+4
| | | | fix css parsing errors
* MFC 6922Scott Ullrich2005-10-171-1/+5
| | | | Add redlnk class - I'm tired of seeing the pfSense link in fend.inc be blue! Or worse..some random color :-/
OpenPOWER on IntegriCloud