2012-04-12 08:02:46 +02:00
/** Core styles for the basic GridField form field without any specific style. @package framework @subpackage scss @todo Add radial gradient to default delete button state @todo Create SASS mixin-function to simply swap the from/to, to to/from colours in grsdient mixins? */
2012-03-08 22:33:17 +01:00
. cms . ss-gridfield > div { margin-bottom : 36 px ; }
2012-02-23 15:17:39 +01:00
. cms . ss-gridfield [ data-selectable ] tr . ui-selected , . cms . ss-gridfield [ data-selectable ] tr . ui-selecting { background : #FFFAD6 !important ; }
. cms . ss-gridfield [ data-selectable ] td { cursor : pointer ; }
2012-03-12 02:40:45 +01:00
. cms . ss-gridfield span button # action_gridfield_relationfind { display : none ; }
2012-03-11 23:17:07 +01:00
. cms . ss-gridfield p button # action_export { margin-top : 12 px ; }
. cms . ss-gridfield p button # action_export span . btn-icon-download-csv { height : 17 px ; }
. cms . ss-gridfield p button # action_export span . ui-button-text { padding-left : 26 px ; }
2012-03-12 02:40:45 +01:00
. cms . ss-gridfield . add-existing-autocompleter { width : 500 px ; }
. cms . ss-gridfield . add-existing-autocompleter input . relation-search { width : 380 px ; }
2012-04-04 03:46:04 +02:00
. cms . ss-gridfield . grid-print-button { display : inline-block ; }
. cms . ss-gridfield . grid-csv-button { display : inline-block ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table { display : table ; box-shadow : none ; padding : 0 ; border-collapse : separate ; border-bottom : 0 none ; width : 100 % ; }
. cms table . ss-gridfield-table thead { color : #1d2224 ; background : transparent ; }
2012-03-07 05:31:55 +01:00
. cms table . ss-gridfield-table thead tr . filter-header . fieldgroup { max-width : 512 px ; }
2012-04-16 05:30:34 +02:00
. cms table . ss-gridfield-table thead tr . filter-header . fieldgroup . fieldgroup-field { padding : 0 ; }
2012-04-11 03:45:37 +02:00
. cms table . ss-gridfield-table thead tr : first-child th : first-child { -moz- border-radius-topleft : 7 px ; -webkit- border-top-left-radius : 7 px ; -o- border-top-left-radius : 7 px ; -ms- border-top-left-radius : 7 px ; -khtml- border-top-left-radius : 7 px ; border-top-left-radius : 7 px ; }
. cms table . ss-gridfield-table thead tr : first-child th : last-child { -moz- border-radius-topright : 7 px ; -webkit- border-top-right-radius : 7 px ; -o- border-top-right-radius : 7 px ; -ms- border-top-right-radius : 7 px ; -khtml- border-top-right-radius : 7 px ; border-top-right-radius : 7 px ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tbody { background : #FFF ; }
2012-04-11 00:48:24 +02:00
. cms table . ss-gridfield-table tbody td { width : auto ; white-space : nowrap ; }
2012-04-10 03:41:15 +02:00
. cms table . ss-gridfield-table tbody td . col-buttons { width : auto ; text-align : right ; }
. cms table . ss-gridfield-table tbody td . col-description { width : auto ; }
2012-04-11 00:48:24 +02:00
. cms table . ss-gridfield-table tbody td . col-listChildrenLink { width : 16 px ; border-right : none ; text-indent : -9999 em ; padding : 0 ; }
2012-04-10 02:19:53 +02:00
. cms table . ss-gridfield-table tbody td . col-listChildrenLink . list-children-link { background : transparent url ( ../images/sitetree_ss_default_icons.png ) no-repeat 12 px -4 px ; display : block ; }
2012-04-10 03:36:02 +02:00
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . item { color : #1556b2 ; }
2012-04-10 02:19:53 +02:00
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge { clear : both ; text-transform : uppercase ; display : inline-block ; padding : 0 px 3 px ; font-size : 0.75 em ; line-height : 1 em ; margin-left : 10 px ; margin-right : 6 px ; margin-top : -1 px ; -webkit- border-radius : 2 px 2 px ; -moz- border-radius : 2 px / 2 px ; -o- border-radius : 2 px / 2 px ; -ms- border-radius : 2 px / 2 px ; -khtml- border-radius : 2 px / 2 px ; border-radius : 2 px / 2 px ; }
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge . modified { color : #7E7470 ; border : 1 px solid #C9B800 ; background-color : #FFF0BC ; }
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge . addedtodraft { color : #7E7470 ; border : 1 px solid #C9B800 ; background-color : #FFF0BC ; }
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge . deletedonlive { color : #636363 ; border : 1 px solid #E49393 ; background-color : #F2DADB ; }
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge . removedfromdraft { color : #636363 ; border : 1 px solid #E49393 ; background-color : #F2DADB ; }
. cms table . ss-gridfield-table tbody td . col-getTreeTitle span . badge . workflow-approval { color : #56660C ; border : 1 px solid #7C8816 ; background-color : #DAE79A ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tbody td button { border : none ; background : none ; margin : 0 0 0 2 px ; padding : 0 ; width : auto ; text-shadow : none ; }
2012-03-08 21:33:56 +01:00
. cms table . ss-gridfield-table tbody td button . ui-state-hover { background : none ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; }
. cms table . ss-gridfield-table tbody td button . ui-state-active { border : none ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; }
2012-04-04 06:00:56 +02:00
. cms table . ss-gridfield-table tbody td a . edit-link { display : inline-block ; width : 16 px ; height : 20 px ; text-indent : 9999 em ; overflow : hidden ; vertical-align : middle ; background : url ( ../images/icons/document--pencil.png ) no-repeat 0 1 px ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tfoot { color : #1d2224 ; }
. cms table . ss-gridfield-table tfoot tr td { background : #95a5ab ; padding : .7 em ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; }
2012-04-11 03:45:37 +02:00
. cms table . ss-gridfield-table tr . title th { position : relative ; background : #7f9198 ; border-top : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; padding : 5 px ; min-height : 40 px ; background-image : -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #b1c0c5 ) , color-stop ( 100 % , #7f9198 ) ) ; background-image : -webkit- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -moz- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -o- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -ms- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : linear-gradient ( #b1c0c5 , #7f9198 ) ; text-shadow : rgba ( 0 , 0 , 0 , 0.3 ) 0 px -1 px 0 ; }
2012-02-29 01:46:10 +01:00
. cms table . ss-gridfield-table tr . title th h2 { padding : 0 px ; font-size : 16.8 px ; color : #fff ; margin : 3 px 8 px 0 ; display : inline-block ; }
2012-03-09 04:49:18 +01:00
. cms table . ss-gridfield-table tr . title th . right > * { float : right ; font-size : 14.4 px ; }
. cms table . ss-gridfield-table tr . title th . left > * { float : left ; font-size : 14.4 px ; }
2012-02-27 23:58:10 +01:00
. cms table . ss-gridfield-table tr . sortable-header { background : #bac8ce ; }
2012-02-29 01:46:10 +01:00
. cms table . ss-gridfield-table tr . sortable-header th { padding : 0 px ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr : hover { background : #FFFAD6 !important ; }
. cms table . ss-gridfield-table tr : first-child { background : transparent ; }
. cms table . ss-gridfield-table tr . ss-gridfield-even { background : #f0f4f7 ; }
. cms table . ss-gridfield-table tr . ss-gridfield-even . ss-gridfield-last { border-bottom : none ; }
. cms table . ss-gridfield-table tr . even { background : #f0f4f7 ; }
. cms table . ss-gridfield-table tr th { font-weight : bold ; font-size : 12 px ; color : #FFF ; padding : 5 px ; border-right : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; }
2012-03-01 02:09:07 +01:00
. cms table . ss-gridfield-table tr th div . fieldgroup , . cms table . ss-gridfield-table tr th div . fieldgroup-field { width : 100 % ; position : relative ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr th div . fieldgroup { min-width : 200 px ; padding-right : 0 ; }
2012-02-27 23:58:10 +01:00
. cms table . ss-gridfield-table tr th . extra , . cms table . ss-gridfield-table tr th . action { padding : 0 ; cursor : default ; }
2012-04-10 02:19:53 +02:00
. cms table . ss-gridfield-table tr th . main { white-space : nowrap ; border-top : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; color : #fff ; background : #9cb0b9 ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr th . main span { text-shadow : rgba ( 0 , 0 , 0 , 0.3 ) 0 px -1 px 0 ; }
2012-04-10 03:36:02 +02:00
. cms table . ss-gridfield-table tr th . main . col-listChildrenLink { border-right : none ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr th . extra { background : #bac8ce ; padding : 5 px ; border-top : rgba ( 0 , 0 , 0 , 0.3 ) ; }
. cms table . ss-gridfield-table tr th . extra span { width : auto ; display : inline ; position : static ; }
2012-03-01 02:09:07 +01:00
. cms table . ss-gridfield-table tr th . extra span input { height : 28 px ; }
2012-04-05 05:27:52 +02:00
. cms table . ss-gridfield-table tr th . extra button . ss-ui-button { padding : .3 em ; line-height : 1 ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; position : relative ; border-bottom-width : 0 ; -webkit- border-radius : 2 px 2 px ; -moz- border-radius : 2 px / 2 px ; -o- border-radius : 2 px / 2 px ; -ms- border-radius : 2 px / 2 px ; -khtml- border-radius : 2 px / 2 px ; border-radius : 2 px / 2 px ; }
. cms table . ss-gridfield-table tr th . first { -moz- border-radius-topleft : 7 px ; -webkit- border-top-left-radius : 7 px ; -o- border-top-left-radius : 7 px ; -ms- border-top-left-radius : 7 px ; -khtml- border-top-left-radius : 7 px ; border-top-left-radius : 7 px ; }
. cms table . ss-gridfield-table tr th . last { -moz- border-radius-topright : 7 px ; -webkit- border-top-right-radius : 7 px ; -o- border-top-right-radius : 7 px ; -ms- border-top-right-radius : 7 px ; -khtml- border-top-right-radius : 7 px ; border-top-right-radius : 7 px ; }
2012-03-12 23:12:35 +01:00
. cms table . ss-gridfield-table tr th button # action_gridfield_relationadd : hover { color : #444 !important ; /* Not sure why IE think it needs this */ }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr th button : hover { color : #ccc !important ; /* Not sure why IE think it needs this */ }
. cms table . ss-gridfield-table tr th button . ss-gridfield-sort : hover { color : #fff !important ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; }
2012-04-05 05:27:52 +02:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-sort { background : transparent url ( ../images/arrows.png ) no-repeat right 6 px ; border : none ; width : 100 % ; text-align : left ; padding : 4 px 8 px 4 px 0 ; text-shadow : rgba ( 0 , 0 , 0 , 0.3 ) 0 px -1 px 0 ; color : #fff ; -moz- border-radius : 0 ; -webkit- border-radius : 0 ; -o- border-radius : 0 ; -ms- border-radius : 0 ; -khtml- border-radius : 0 ; border-radius : 0 ; }
2012-02-29 01:46:10 +01:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-sort : hover { background-position : right -34 px ; }
2012-02-29 04:42:57 +01:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-sort . ss-gridfield-sorted-desc { background-position : right -72 px ; }
. cms table . ss-gridfield-table tr th button . ss-gridfield-sort . ss-gridfield-sorted-asc { background-position : right -116 px ; }
2012-04-16 05:30:34 +02:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-filter . ss-ui-button { position : absolute ; top : -28 px ; right : -1 px ; display : block ; text-indent : -9999 em ; width : 30 px ; height : 28 px ; border-top-left-radius : 0 px ; border-bottom-left-radius : 0 px ; border-top-right-radius : 4 px ; border-bottom-right-radius : 4 px ; border-bottom-width : 1 px ; border-color : #9a9a9a ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #ffffff ) , color-stop ( 100 % , #d9d9d9 ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , -webkit- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , -moz- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , -o- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , -ms- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -40 px 6 px , linear-gradient ( #ffffff , #d9d9d9 ) ; }
2012-04-05 05:27:52 +02:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-filter . ss-ui-button . hover-alike : active { background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #4199cd ) , color-stop ( 100 % , #2e7ead ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -webkit- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -moz- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -o- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -ms- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , linear-gradient ( #4199cd , #2e7ead ) ; -moz- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; -webkit- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; -o- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; }
2012-03-06 03:55:26 +01:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-filter . ss-ui-button . hover-alike { background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #4199cd ) , color-stop ( 100 % , #2e7ead ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -webkit- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -moz- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -o- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , -ms- linear-gradient ( #4199cd , #2e7ead ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat -16 px 6 px , linear-gradient ( #4199cd , #2e7ead ) ; }
2012-04-16 05:30:34 +02:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-reset . ss-ui-button { position : absolute ; right : 28 px ; top : -28 px ; display : block ; text-indent : -9999 em ; width : 30 px ; height : 28 px ; float : right ; border-radius : 0 px ; border-bottom-width : 1 px ; border-color : #9a9a9a ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #ffffff ) , color-stop ( 100 % , #d9d9d9 ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , -webkit- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , -moz- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , -o- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , -ms- linear-gradient ( #ffffff , #d9d9d9 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px 5 px , linear-gradient ( #ffffff , #d9d9d9 ) ; }
2012-03-06 03:55:26 +01:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-reset . ss-ui-button . filtered : hover { background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #ff0000 ) , color-stop ( 100 % , #cc0000 ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -webkit- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -moz- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -o- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -ms- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , linear-gradient ( #ff0000 , #cc0000 ) ; }
2012-04-05 05:27:52 +02:00
. cms table . ss-gridfield-table tr th button . ss-gridfield-button-reset . ss-ui-button . filtered : active { background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #ff0000 ) , color-stop ( 100 % , #cc0000 ) ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -webkit- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -moz- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -o- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , -ms- linear-gradient ( #ff0000 , #cc0000 ) ; background : url ( ../images/icons/filter-icons.png ) no-repeat 8 px -17 px , linear-gradient ( #ff0000 , #cc0000 ) ; -moz- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; -webkit- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; -o- box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; box-shadow : inset 0 1 px 3 px #17181a , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.6 ) ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr th input . ss-gridfield-sort { padding : 2 px ; }
. cms table . ss-gridfield-table tr th input . ss-gridfield-sort : focus { -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; }
2012-03-08 04:39:45 +01:00
. cms table . ss-gridfield-table tr th span . non-sortable { padding : 1 em 1 em ; display : block ; }
2012-02-29 01:55:48 +01:00
. cms table . ss-gridfield-table tr td { border-right : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; padding : 6.4 px 12 px ; color : #666666 ; }
2012-04-05 05:27:52 +02:00
. cms table . ss-gridfield-table tr td . bottom-all { -moz- border-radius-bottomleft : 7 px ; -webkit- border-bottom-left-radius : 7 px ; -o- border-bottom-left-radius : 7 px ; -ms- border-bottom-left-radius : 7 px ; -khtml- border-bottom-left-radius : 7 px ; border-bottom-left-radius : 7 px ; -moz- border-radius-bottomright : 7 px ; -webkit- border-bottom-right-radius : 7 px ; -o- border-bottom-right-radius : 7 px ; -ms- border-bottom-right-radius : 7 px ; -khtml- border-bottom-right-radius : 7 px ; border-bottom-right-radius : 7 px ; background-image : -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 0 % , #b1c0c5 ) , color-stop ( 100 % , #7f9198 ) ) ; background-image : -webkit- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -moz- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -o- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : -ms- linear-gradient ( #b1c0c5 , #7f9198 ) ; background-image : linear-gradient ( #b1c0c5 , #7f9198 ) ; }
2012-04-12 06:13:47 +02:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-footer-message { text-align : center ; padding-top : 6 px ; color : white ; }
2012-03-08 21:40:03 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination { padding-top : 2 px ; position : absolute ; left : 50 % ; margin-left : -116 px ; }
2012-03-06 03:55:26 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination . pagination-page-number { color : white ; }
2012-03-08 21:33:56 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination . pagination-page-number input { width : 35 px ; height : 18 px ; margin-bottom : -6 px ; padding : 0 px ; }
2012-03-06 03:55:26 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-previouspage { background : url ( ../images/icons/pagination-arrows.png ) no-repeat -23 px 7 px ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; border : none ; width : 10 px ; margin : 0 10 px ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-previouspage span { text-indent : -9999 em ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-nextpage { background : url ( ../images/icons/pagination-arrows.png ) no-repeat -47 px 7 px ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; border : none ; width : 10 px ; margin : 0 10 px ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-nextpage span { text-indent : -9999 em ; }
2012-03-07 02:57:15 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-firstpage { background : url ( ../images/icons/pagination-arrows.png ) no-repeat 0 px 7 px ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; border : none ; width : 10 px ; margin : 0 10 px ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-firstpage span { text-indent : -9999 em ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-lastpage { background : url ( ../images/icons/pagination-arrows.png ) no-repeat -73 px 7 px ; -moz- box-shadow : none ; -webkit- box-shadow : none ; box-shadow : none ; border : none ; width : 10 px ; margin : 0 10 px ; }
. cms table . ss-gridfield-table tr td . bottom-all . datagrid-pagination button . ss-gridfield-lastpage span { text-indent : -9999 em ; }
2012-03-06 03:55:26 +01:00
. cms table . ss-gridfield-table tr td . bottom-all . pagination-records-number { float : right ; padding : 6 px 0 ; color : white ; }
2012-02-23 15:17:39 +01:00
. cms table . ss-gridfield-table tr . last td { border-bottom : 0 none ; }
. cms table . ss-gridfield-table td : first-child , . cms table . ss-gridfield-table th : first-child { border-left : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; }