Main theme for SuiteDesk
This commit is contained in:
parent
8cf3c56044
commit
42540d1310
185 changed files with 17597 additions and 0 deletions
28
themes/zuitedesk/css/ie8.css
Normal file
28
themes/zuitedesk/css/ie8.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
* @file
|
||||
* CSS targeted specifically for Internet Explorer 8 for Windows.
|
||||
*
|
||||
* Any CSS in this file will override the rules specified in the ie.css file.
|
||||
*/
|
||||
|
||||
|
||||
img.img-responsive {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
* Search blocks.
|
||||
*/
|
||||
.block-custom_search_blocks button.form-submit,
|
||||
.block-lexicon button.form-submit {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Service links module.
|
||||
*/
|
||||
li.service-links-twitter-widget,
|
||||
li.service-links-facebook-like,
|
||||
li.service-links-google-plus-one {
|
||||
display: none !important;
|
||||
}
|
Reference in a new issue