Commit ae71bedb0ba3550517798d1700c4370d2de913bd

  • avatar
  • pradeep
  • Thu Jan 23 13:49:57 IST 2014
some css styles change
  
2525body {
2626 margin: 0;
2727 padding: 0;
28
2829}
2930.container {
3031 margin-right:0;
3132}
3233.navigation-style {
3334 width: 960px;
34 line-height: 30px;
35 // line-height: 30px;
3536 position: relative;
3637 font-family: Arial,Helvetica,sans-serif;
3738 font-size: 12px;
3839// float: left;
3940 margin-top: 25px;
40 height: 43px;
41 height: 41px;
4142 background: none repeat scroll 0% 0% #011100;
4243}
4344.navigation-style li {
5656
5757.navigation-style li a {
5858 width:auto;
59 color:red;
59 color:white;
6060}
6161
6262.navigation-style li:hover a{
9292}
9393ul.dropdown-menu li {
9494// background:!important none repeat scroll 0% 0% rgb(255, 255, 255);
95 border-bottom: 1px inset rgb(188, 181, 215);
95// border-bottom: 1px inset rgb(188, 181, 215);
9696 filter: none;
9797 font-size: 14px;
9898 display: block;
105105ul.dropdown-menu {
106106 margin:0;
107107 font-size:smaller;
108 background-color:#c00000;
108109}
109110.dropdown-menu li a {
110 line-height:20px;
111 line-height:15px;
112 padding: 3px 20px;
111113 }
114li.maintab:hover {
115 background-color:#c00000;
116 color:yellow;
117}
112118.navigation-style ul li a:hover {
113119 color: white;
114120 text-decoration: none;
115121}
116122
117123/*testing hover */
118body{margin-top:0px;overflow-y:scroll;}
124body{margin-top:0px;
125 overflow-y:scroll;
126 background-color:#ccc;
127}
119128.glyphicon { margin-right:10px; }
120129.panel-body { padding:0px; }
121130.panel-body table tr td { padding-left: 15px }
122131.panel-body .table {margin-bottom: 0px; }
123132
133.col-md-12 {
134 width:85%;
135}
124136.col-sm-3 col-md-3{
125137 margin:0px 0px 0px -30px;
126138}
147147.header-color{
148148 color:red;
149149}
150.well well-sm {
150.well {
151151 background-color:#fff;
152152}
153
153/* Site Map style */
154.dropdown-large {
155 position: static !important;
156}
157.dropdown-menu-large {
158 margin-left: 16px;
159 margin-right: 16px;
160 padding: 20px 0px;
161}
162.dropdown-menu-large > li > ul {
163 padding: 0;
164 margin: 0;
165}
166.dropdown-menu-large > li > ul > li {
167 list-style: none;
168}
169.dropdown-menu-large > li > ul > li > a {
170 display: block;
171 padding: 3px 20px;
172 clear: both;
173 font-weight: normal;
174 line-height: 1.428571429;
175 color: #333333;
176 white-space: normal;
177}
178.dropdown-menu-large > li ul > li > a:hover,
179.dropdown-menu-large > li ul > li > a:focus {
180 text-decoration: none;
181 color: #262626;
182 background-color: #f5f5f5;
183}
184.dropdown-menu-large .disabled > a,
185.dropdown-menu-large .disabled > a:hover,
186.dropdown-menu-large .disabled > a:focus {
187 color: #999999;
188}
189.dropdown-menu-large .disabled > a:hover,
190.dropdown-menu-large .disabled > a:focus {
191 text-decoration: none;
192 background-color: transparent;
193 background-image: none;
194 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195 cursor: not-allowed;
196}
197.dropdown-menu-large .dropdown-header {
198 color: #428bca;
199 font-size: 18px;
200}
201@media (max-width: 768px) {
202 .dropdown-menu-large {
203 margin-left: 0 ;
204 margin-right: 0 ;
205 }
206 .dropdown-menu-large > li {
207 margin-bottom: 30px;
208 }
209 .dropdown-menu-large > li:last-child {
210 margin-bottom: 0;
211 }
212 .dropdown-menu-large .dropdown-header {
213 padding: 3px 15px !important;
214 }
215}
216/* style map styles end */
154217
155218
156219
Binary files differ
Binary files differ
Binary files differ