Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* [Filter by personal content] check box only appears
- on your content web page. It doesn't seem to work. */
- div.j-browse-filter-row.j-content-filter span.js-browse-filter-toggle{
- display: none!important;
- background-color: teal !important; /* */
- }
- /* Delete line under [all discussions]. This is a band in back of
- [All Discussions] the spans the width of the window. */
- div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
- border-bottom: 0px !important;
- width: 240px !important;
- background-color: azure !important; /* */
- }
- /* Don't place a white line across the screen.
- You would not see with Apple's white background */
- form#js-browse-controls div.j-browse-sorts.j-browse-filter-row.last-child {
- border-top-style: none !important;
- width: 400px !important;*/
- background-color: green !important; /* Where is the green? */
- }
- div.j-browse-filter-row {
- margin-top: 0px !important;
- margin-left: 8px !important;
- height: 30px !important;
- background-color: aliceblue!important;
- }
- /* [All discussions] */
- select.j-browse-filter.js-browse-filter {
- margin-top: 80px !important;
- margin-left:28px !important;
- padding: 0px 6px 0px 8px !important;
- height: 32px !important;
- font-size: 14px !important;
- text-align: left !important;
- border-color: #9b9b9b !important;
- background-color: lightgreen!important;
- }
- /* [Type to filter by text] on list of discussions in a community. */
- div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
- margin-top: 40px !important;
- margin-left: 188px !important;
- padding: 0px 6px 0px 8px !important;
- height: 32px !important;
- font-size: 14px !important;
- width: 160px !important; /* Was 220px */
- text-align: center !important;
- border-color: #9b9b9b !important;
- background-color: yellow !important;
- }
- /* [Sort by: ...]
- Suspect javscript forces 32px has the height :-( */
- #js-browse-controls div.j-browse-sorts span select {
- margin-top: -30px !important;
- margin-left: 380px !important;
- border-color: #9b9b9b !important; /* grey, Apple's color */
- padding: 0px 6px 0px 28px !important;
- text-align: left !important;
- height: 32px !important;
- font-size: 14px !important;
- padding: 0px !important;
- width: 200px !important;
- margin-right: -49px;
- background-color: #f2f2f2 !important;
- background-color: lightsalmon !important;/**/
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement