Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
98
modules/views/css/views.css
Normal file
98
modules/views/css/views.css
Normal file
|
@ -0,0 +1,98 @@
|
|||
.views-exposed-form .views-exposed-widget {
|
||||
float: left; /* LTR */
|
||||
padding: .5em 1em 0 0; /* LTR */
|
||||
}
|
||||
|
||||
.views-exposed-form .views-exposed-widget .form-submit {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
|
||||
.views-exposed-form .form-item,
|
||||
.views-exposed-form .form-submit {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.views-exposed-form label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.views-exposed-widgets {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
html.js a.views-throbbing,
|
||||
html.js span.views-throbbing {
|
||||
background:url(../images/status-active.gif) no-repeat right center;
|
||||
padding-right:18px;
|
||||
}
|
||||
|
||||
/* administrative hover links */
|
||||
|
||||
div.view div.views-admin-links {
|
||||
font-size: xx-small;
|
||||
margin-right: 1em;
|
||||
margin-top: 1em;
|
||||
/* width: 95%; */
|
||||
}
|
||||
|
||||
.block div.view div.views-admin-links {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.view div.views-admin-links ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.view div.views-admin-links li {
|
||||
margin: 0;
|
||||
padding: 0 0 2px 0;
|
||||
z-index: 201;
|
||||
}
|
||||
|
||||
div.view div.views-admin-links li a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
div.view div.views-admin-links li a:before {
|
||||
content: "[";
|
||||
}
|
||||
div.view div.views-admin-links li a:after {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
div.view div.views-admin-links-hover a,
|
||||
div.view div.views-admin-links:hover a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
div.view div.views-admin-links-hover,
|
||||
div.view div.views-admin-links:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div.view div.views-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/** For IE we add the class via js; for other browsers we rely on :hover **/
|
||||
div.view div.views-hide-hover,
|
||||
div.view:hover div.views-hide {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
/* don't do this one in IE */
|
||||
div.view:hover div.views-hide {
|
||||
margin-top: -1.5em;
|
||||
}
|
||||
|
||||
/* Remove the border on tbody that system puts in */
|
||||
.views-view-grid tbody {
|
||||
border-top: none;
|
||||
}
|
||||
|
Reference in a new issue