Commit d0abea0f053e1a9c063835e2f9c930bdb101430f

Authored by Juliana
1 parent 811bb4ba

Reorganizing radio button rules for catalog

Showing 1 changed file with 29 additions and 28 deletions   Show diff stats
css/software-catalog-page.css
... ... @@ -49,14 +49,41 @@
49 49 text-transform: uppercase;
50 50 }
51 51  
52   -.action-search-software_infos #content .search-form .project-software {
  52 +/*.action-search-software_infos #content .search-form .project-software {
53 53 margin: 0 0 0 15px;
54 54 }
55 55  
56   -/* It's TEMPORARY */
  56 + It's TEMPORARY
57 57 .action-search-software_infos #content .search-form .doubts-catalog-software {
58 58 display: none;
  59 +}*/
  60 +
  61 +/**Radio Buttons***/
  62 +.action-search-software_infos #public_software_radio_button,
  63 +.action-search-software_infos #all_radio_button {
  64 + margin:5px 4px 15px 15px;
  65 + line-height: 20px;
  66 + position:absolute;
  67 +}
  68 +.action-search-software_infos .search-form label,
  69 +.action-search-software_infos .search-form label{
  70 + margin:0px 3px 4px 32px;
  71 + line-height: 23px;
  72 + font-size: 14px;
  73 + font-family: Arial;
  74 +}
  75 +
  76 +.action-search-software_infos #software-search-container .search-form .doubts-catalog-software{
  77 + border:1px solid #3E67B1;
  78 + border-radius:50%;
  79 + padding:0px 6px;
  80 + font-size: 14px;
  81 + font-weight: 800;
  82 + background:#3E67B1;
  83 + color:#fff;
  84 +
59 85 }
  86 +/******/
60 87  
61 88 .action-search-software_infos #content .search-form .search-field .formfield {
62 89 width: 100%;
... ... @@ -101,32 +128,6 @@
101 128  
102 129 /* Filter options */
103 130  
104   -/**radio-button***/
105   -#public_software_radio_button,
106   -#all_radio_button {
107   - margin:5px 4px 15px 15px;
108   - line-height: 20px;
109   - position:absolute;
110   -}
111   -.search-form label,
112   -.search-form label{
113   - margin:0px 3px 4px 32px;
114   - line-height: 23px;
115   - font-size: 14px;
116   - font-family: Arial;
117   -}
118   -
119   -#software-search-container .search-form .doubts-catalog-software{
120   - border:1px solid #3E67B1;
121   - border-radius:50%;
122   - padding:0px 6px;
123   - font-size: 14px;
124   - font-weight: 800;
125   - background:#3E67B1;
126   - color:#fff;
127   -
128   -}
129   -/******/
130 131 .action-search-software_infos #filter-catalog-software {
131 132 background-color: #D3D6DE;
132 133 }
... ...