Changeset 1501 for trunk/web-app/css


Ignore:
Timestamp:
Feb 7, 2011, 4:07:54 PM (12 years ago)
Author:
robert@…
Message:
  • Number of seconds for the rest controller to keep data in cache is now a configuration option
  • After searching, it is possible to choose which action to perform on the search results.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/advancedQuery.css

    r1482 r1501  
    2323
    2424.ui-menu-item .entity { color: #666; font-style: italic; }
     25
     26.options { float: left; width: 300px; }
     27.options a {
     28        font-size: 10px;
     29        font-weight: bold;
     30        margin-left: 3px;
     31        margin-right: 3px;
     32        padding-top: 2px;
     33        padding-bottom: 2px;
     34        line-height: 20px;
     35        padding-left: 28px;     
     36}
     37
     38.options a.performAction {
     39        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/brick_go.png) 5px 50% no-repeat;
     40}
     41.options a.excel {
     42        background-image: url(../plugins/famfamfam-1.0.1/images/icons/page_excel.png);
     43}
     44.options a.searchIn {
     45        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/arrow_branch.png) 5px 50% no-repeat;
     46}
     47.options a.search {
     48        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/arrow_undo.png) 5px 50% no-repeat;
     49}
     50.options a.discard {
     51        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/basket_remove.png) 5px 50% no-repeat;
     52}
     53.options a.listPrevious {
     54        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/basket.png) 5px 50% no-repeat;
     55}
     56.options a.combine {
     57        background: transparent url(../plugins/famfamfam-1.0.1/images/icons/arrow_join.png) 5px 50% no-repeat;
     58}
Note: See TracChangeset for help on using the changeset viewer.