Ticket #6318: 6318-03.patch
File 6318-03.patch, 2.4 KB (added by , 9 years ago) |
---|
-
src/bp-xprofile/admin/css/admin.css
1 1 /* Profile field group main admin page */ 2 @-o-keyframes tab-throb { 3 from { box-shadow: 0 0 10px #1e8cbe; } 4 50% { box-shadow: 0 0 0 #1e8cbe; } 5 to { box-shadow: 0 0 10px #1e8cbe; } 6 } 2 7 @-webkit-keyframes tab-throb { 3 8 from { box-shadow: 0 0 10px #1e8cbe; } 4 50% { box-shadow: 0 0 00px#1e8cbe; }5 to { box-shadow: 0 0 10px #1e8cbe; }9 50% { box-shadow: 0 0 0 #1e8cbe; } 10 to { box-shadow: 0 0 10px #1e8cbe; } 6 11 } 12 7 13 @-moz-keyframes tab-throb { 8 14 from { box-shadow: 0 0 10px #1e8cbe; } 9 50% { box-shadow: 0 0 00px#1e8cbe; }10 to { box-shadow: 0 0 10px #1e8cbe; }15 50% { box-shadow: 0 0 0 #1e8cbe; } 16 to { box-shadow: 0 0 10px #1e8cbe; } 11 17 } 12 18 19 @keyframes tab-throb { 20 from { box-shadow: 0 0 10px #1e8cbe; } 21 50% { box-shadow: 0 0 0 #1e8cbe; } 22 to { box-shadow: 0 0 10px #1e8cbe; } 23 } 24 @keyframes tab-throb-drop { 25 from { box-shadow: 0 0 10px red; } 26 50% { box-shadow: 0 0 0 red; } 27 to { box-shadow: 0 0 10px red; } 28 } 13 29 #profile-field-form { 14 30 margin-top: 12px; 15 31 } … … 38 54 } 39 55 ul#field-group-tabs li.ui-state-acceptable:not(.ui-state-active) a.ui-tab { 40 56 -webkit-animation: tab-throb 2s infinite; 57 -moz-animation: tab-throb 2s infinite; 58 -o-animation: tab-throb 2s infinite; 41 59 animation: tab-throb 2s infinite; 42 60 } 61 ul#field-group-tabs li.drop-candidate.ui-state-acceptable:not(.ui-state-active) a.ui-tab { 62 -webkit-animation: tab-throb-drop 2s infinite; 63 -moz-animation: tab-throb-drop 2s infinite; 64 -o-animation: tab-throb-drop 2s infinite; 65 animation: tab-throb-drop 2s infinite; 66 } 43 67 ul#field-group-tabs li.drop-candidate a.ui-tab { 44 68 background-color: transparent; 45 69 border-color: #000 #000 #ccc #000; … … 60 84 /* Selected tab */ 61 85 ul#field-group-tabs li.ui-state-active a.ui-tab { 62 86 background-color: #fff; 63 margin-top: 0 px;87 margin-top: 0; 64 88 padding: 7px 10px 7px; 65 89 border-bottom: 1px solid transparent; 66 90 color: #000; … … 123 147 left: 10px; 124 148 padding: 0; 125 149 } 150 .field-group .ui-sortable-helper {opacity: .7 !important;} 126 151 fieldset.radio div div label, 127 152 fieldset.checkbox div label { 128 153 margin-right: 20px;