This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/themes/zuitedesk/css/ie8.css

28 lines
501 B
CSS

/**
* @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;
}