summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into origin/masterSjon Hortensius2015-03-228-9808/+0
|\
| * change the location of jquery-ui images in each theme's css fileJared Dillard2015-03-189-144/+144
| |
| * get rid of wizards/initial/ images that were never usedChris Buechler2015-02-1148-0/+0
| |
* | Merge branch 'master' into bootstrapSjon Hortensius2015-01-248-0/+9808
|\ \ | |/ | | | | | | | | Conflicts: usr/local/www/head.inc usr/local/www/themes/_corporate/styles/jquery-ui-1.11.1.css
| * move jquery ui css to theme foldersJared Dillard2015-01-169-0/+11034
| |
| * Fix lineup of copyright linesPhil Davis2015-01-0119-19/+19
| | | | | | | | | | and module names and other bits of formatting and typos in header comment sections.
| * Welcome 2015Renato Botelho2014-12-3119-19/+19
| |
* | started migration to bootstrapSjon Hortensius2014-12-291998-37010/+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-296-95/+0
| | | | | | https://forum.pfsense.org/index.php?topic=85944.0 Backout pull request #13191
* Remove "link", "vlink" and "alink" from BODY tagColin Fleming2014-12-166-0/+101
| | | | | | | | | | | | | | | | | 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 the_wall theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense_ng_fs theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense-dropdown theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for nervecenter theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for metallic theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for code-red theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for _corporate
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | | | | | | | | | | | | | | On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column. This is because listbg has: padding-right: 16px; But the normal listr has: padding-right: 6px; It seems really odd that listbg as 16 pixels right padding. I expected it to have all the same padding as listr, just with a different color. listn and listbggrey have the same "feature" of extra padding-right. listn does not seem to be used anywhere anyway - might as well "fix" it in case something uses it some time. listbggrey seems to only be used by pkg_mgr_installed.php in the case when an installed package version is in advance of the online version - quite an unusual thing! Changing padding-right from 16px back to 6px is fine for that. Then the "feature" is lso in listhdr and listhdrr - lots of examples like firewall_aliases.php have the column headings as listhdr or listhdrr, so in theory if the column is not so wide already, it will put 16px on the right after the column heading text. But the actual rows of data underneath use listr and listbg, which only specify 6px right padding. In the end it usually does not make any difference - there is space already and the browser lines it all up anyway. But it seems to me an odd difference in the css. listtopic also has this 16px right padding thing - but it seems to be used just for text display that is not in columns, so I did not mess with that. Changing this css fixes the lineup of the red "x" in the services status column and does not seem to break anything else. In theory it could make other things better also. Someone who knows how the css was intended to be used could comment on this! If I have got the right idea, and these "16px" things were just a mistake from the past, then it should be checked in the css for all themes and corrected appropriately... I am happy to do that, once someone confirms it is the thing to do.
* Change copyright statement to reflect realityJim Thompson2014-11-1019-0/+23
|
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵Chris Buechler2014-11-0415-15/+0
| | | | and hasn't been relevant in years.
* fix menu wrap on non-default themesJared Dillard2014-09-034-21/+8
|
* fix menu wrap on pfense_ng and pfsense_ng_fsJared Dillard2014-09-032-6/+4
|
* Fix comment in cssRenato Botelho2014-08-292-2/+2
|
* fix gold alignment and redirectJared Dillard2014-08-192-2/+2
|
* Revert "make gold link more visable"Jared Dillard2014-08-1913-25/+12
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-1813-12/+25
|
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-257-18/+21
|
* Add "match" to floating rulesColin Fleming2014-05-1621-0/+0
| | | | | | Add "match" to floating rules as proposed in the forums https://forum.pfsense.org/index.php?topic=76611.0 Remove Windows Thumbnail cache files
* javascript normalization ayvis2014-03-2618-36/+36
|
* replaced uppercase html tags with lowercaseayvis2014-03-1916-17/+17
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* syntax errors correctedayvis2014-03-0410-23/+24
|
* remove unneeded ';'Charlie Marshall2013-11-221-1/+1
|
* fix traffic shaper progress bars not displayingCharlie Marshall2013-11-221-11/+14
|
* some tidying upCharlie Marshall2013-10-141-18/+28
|
* make dashboard responsiveCharlie Marshall2013-10-141-16/+139
|
* improve the look of the pop up helper widgetCharlie Marshall2013-08-149-9/+9
|
* disable horizontal resizingCharlie Marshall2013-08-059-0/+9
|
* fix / make textarea full widthCharlie Marshall2013-08-059-0/+72
|
* indentationCharlie Marshall2013-08-011-42/+44
|
* add user messages and change cursor for theme pfsense_ng_fsCharlie Marshall2013-08-011-1/+7
|
* Merge pull request #739 from CharlieMarshall/pfsense_ng_fs-button-fixRenato Botelho2013-07-291-3/+3
|\ | | | | better handling of widescreen theme
| * correct typos carried over from pfsense_ng cloneCharlie Marshall2013-07-281-2/+2
| |
| * better handling of widescreen themeCharlie Marshall2013-07-281-1/+1
| |
* | tidy up themes loader.js fileCharlie Marshall2013-07-287-14/+14
|/
* fix typosCharlie Marshall2013-07-271-2/+2
|
* Use default RRD colors that are a little more visually distinct.Charlie Marshall2013-07-221-18/+53
|
* Use default RRD colors that are a little more visually distinct. Add some ↵jim-p2013-07-188-152/+424
| | | | better comments/labels to make it easier for people to help customize and tweak the colors. Suggestions welcome.
* Use some easier to distinguish colors for mbuf graphjim-p2013-07-168-8/+8
|
OpenPOWER on IntegriCloud