source: trunk/admin/template/yoga/layout.css @ 2521

Last change on this file since 2521 was 2521, checked in by rvelices, 16 years ago
  • images.file categories.permalink old_permalinks.permalink - become binary
  • session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range)
  • metadata sync from the sync button does not overwrite valid data with empty metadata
  • other small fixes/enhancements:
    • added event get_category_image_orders
    • fix display issue with redirect.tpl (h1/h2 within h1)
    • fix known_script smarty function registration
    • query search form not submitted if q is empty
    • better admin css rules
    • some other minor changes (ws_core, rest_handler, functions_search...)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 376 bytes
Line 
1
2/* template css */
3/*@import "menubar.css";*/
4@import "content.css";
5@import "thumbnails.css";
6@import "default-layout.css";
7/* Override properties with import local file */
8@import "local-layout.css";
9/* common css */
10@import "../../../template-common/default-layout.css";
11/* Override properties with import local file */
12@import "../../../template-common/local-layout.css";
Note: See TracBrowser for help on using the repository browser.