services.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*
  2. * Licensed to Jasig under one or more contributor license
  3. * agreements. See the NOTICE file distributed with this work
  4. * for additional information regarding copyright ownership.
  5. * Jasig licenses this file to you under the Apache License,
  6. * Version 2.0 (the "License"); you may not use this file
  7. * except in compliance with the License. You may obtain a
  8. * copy of the License at the following location:
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. .fl-reorderer-instructions{
  20. background-color:#F5FFB0;
  21. border:1px solid #FFE390;
  22. margin:5px;
  23. padding:10px;
  24. }
  25. .fl-reorderer-instructions strong{
  26. display:block;
  27. }
  28. .fl-reorderer-movable-default{
  29. cursor:move;
  30. }
  31. .fl-reorderer-movable-selected{
  32. background-color:yellow;
  33. }
  34. .fl-reorderer-movable-hover{
  35. background-color:yellow;
  36. }
  37. .fl-reorderer-movable-dragging{
  38. background:#ccc;
  39. }
  40. .fl-reorderer-avatar {
  41. cursor:move;
  42. list-style-type:none;
  43. filter:alpha(opacity=75);
  44. opacity:.75;
  45. }
  46. .fl-reorderer-dropWarning{
  47. display:none;
  48. padding:5px 25px;
  49. color:#fff;opacity:1;
  50. filter:alpha(opacity=100);
  51. background:#900 url('../../images/services/error.gif')
  52. no-repeat 5px center;
  53. }
  54. .fl-reorderer-verticalLayout .fl-reorderer-dropMarker,.fluid-vertical-order .fl-reorderer-dropMarker{
  55. background-color:#F00;
  56. height:0;
  57. padding:2px 0 0 0;
  58. border-width:0;
  59. margin:-2px 0 0 0;
  60. list-style-type:none;
  61. font-size:0;
  62. line-height:0;
  63. overflow:hidden;
  64. }
  65. .fl-reorderer-horizontalLayout .fl-reorderer-dropMarker,.fluid-horizontal-order .fl-reorderer-dropMarker{
  66. background-color:#F00;
  67. padding:0 3px;
  68. border-width:0;
  69. margin:0 -3px!important;
  70. list-style-type:none;
  71. overflow:hidden;
  72. width:0!important;
  73. }