summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng
Commit message (Collapse)AuthorAgeFilesLines
* Welcome 2015Renato Botelho2014-12-313-3/+3
|
* 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-103-0/+3
|
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵Chris Buechler2014-11-043-3/+0
| | | | and hasn't been relevant in years.
* fix menu wrap on pfense_ng and pfsense_ng_fsJared Dillard2014-09-031-3/+2
|
* Fix comment in cssRenato Botelho2014-08-291-1/+1
|
* fix gold alignment and redirectJared Dillard2014-08-191-1/+1
|
* Revert "make gold link more visable"Jared Dillard2014-08-193-9/+4
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-183-4/+9
|
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-251-4/+5
|
* Add "match" to floating rulesColin Fleming2014-05-162-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-262-4/+4
|
* replaced uppercase html tags with lowercaseayvis2014-03-192-3/+3
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* syntax errors correctedayvis2014-03-041-5/+5
|
* 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
|
* fix typosCharlie Marshall2013-07-271-2/+2
|
* Use default RRD colors that are a little more visually distinct. Add some ↵jim-p2013-07-181-19/+53
| | | | 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-161-1/+1
|
* Add an RRD graph for MBUFs under system. Tweaks welcome.jim-p2013-07-161-0/+1
|
* 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-1/+7
| | | | themes. Fixes #2900
* Update HTML boolean operator "nowrap"Colin Fleming2013-02-064-6/+10
| | | | | | | | | | | 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.
* (line endings UNIX format..)PiBa-NL2012-09-161-4/+0
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+4
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Add/use some more similarly styled icons here, for a more consistent look.jim-p2012-08-115-0/+0
|
* Adjust this size a bit for a more comfortable fit.jim-p2012-06-131-1/+1
|
* Define the menu size dynamicallyccesario2012-06-131-0/+7
|
* Add scrollbar in dropdown menuccesario2012-06-131-1/+1
|
* Add scrollbar in dropdown menuccesario2012-06-131-52/+64
|
* fix jquery+domtt notices css on all themesMarcello Coutinho2012-06-091-0/+2
|
* fix css style to themes.Marcello Coutinho2012-06-081-2/+2
|
* Give the Layer7 patterns page some much needed love.Warren Baker2011-08-291-0/+1
|
* Merge remote branch 'upstream/master'jim-p2011-06-081-1/+1
|\
| * Restoring gray background to the right of some tables in GUI (theme pfsense_ng).Evgeny Yurchenko2011-06-051-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-05-13200-0/+0
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/vslb.inc etc/version
| * Optimized all images using Yahoo Smush.it service.root2011-03-23200-0/+0
| | | | | | | | | | | | | | | | | | | | | | Savings: ------------------------------------- Total images uploaded - 1432 Total images smushed - 575 Total uploaded images size - 4507518 bytes Total smushed image size - 3928995 bytes Percentage saving - 14.724452% -------------------------------------
* | Merge remote branch 'upstream/master'Seth Mos2011-03-091-4/+5
|\ \ | |/ | | | | | | | | Conflicts: usr/local/www/status_rrd_graph_img.php usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
| * Add the 95th percentile line to the traffic graphssmos2011-03-091-0/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-011-0/+1
|\ \ | |/
| * Missing colour for RRD would have caused errors in creating the graphs.Warren Baker2011-01-291-0/+1
| |
* | Add support for IPv6 counters to the RRD graphs. This adds 4 more data ↵Seth Mos2011-01-311-4/+4
|/ | | | | | | | | sources in the rrd file. The graphing code colors are currently a mismatch and sorts waiting for someone with eyes to adjust to something useful Other themes still need adjusting Packets graph isn't done, that needs the same modification as the traffic counters. updaterrd.sh shell script needs simplyfying and using variables instead of huge amounts of pfctl commands
* Add EasyRule images to all other themes. Should work in all themes now.jim-p2011-01-102-0/+0
|
* CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 ↵jim-p2010-11-021-1/+2
| | | | in ticket #830
* Add these error/info box classes to the wizard.css file.jim-p2010-10-201-0/+57
|
* New tab colors from RobScott Ullrich2010-08-051-0/+0
|
* Turn active tabs color to #DDDDDDScott Ullrich2010-08-051-0/+0
|
* Turn active tabs color to #DDDDDDScott Ullrich2010-08-051-0/+0
|
OpenPOWER on IntegriCloud