Advertisement
rccharles

asc problem header css

Nov 6th, 2016
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.90 KB | None | 0 0
  1.      /* [Filter by personal content] check box only appears
  2.          on your content web page. It doesn't seem to work. */
  3.      div.j-browse-filter-row.j-content-filter span.js-browse-filter-toggle{
  4.         display: none!important;
  5.         background-color: teal !important; /* */
  6.         }  
  7.  
  8.      /*  Delete line under [all discussions]. This is a band in back of
  9.          [All Discussions] the spans the width of the window. */
  10.      div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
  11.           border-bottom: 0px !important;
  12.           width: 240px !important;
  13.           background-color: azure !important; /* */
  14.       }
  15.  
  16.  
  17.    
  18.  
  19.   /* Don't place a white line across the screen.
  20.           You would not see with Apple's white background */
  21.        form#js-browse-controls div.j-browse-sorts.j-browse-filter-row.last-child {
  22.            border-top-style: none !important;
  23.            width: 400px !important;*/
  24.            background-color: green !important; /* Where is the green? */
  25.        }
  26.        
  27.      div.j-browse-filter-row {
  28.          margin-top: 0px !important;
  29.          margin-left: 8px !important;
  30.          height: 30px !important;
  31.          background-color:  aliceblue!important;
  32.  
  33.      }
  34.      /* [All discussions] */
  35.      select.j-browse-filter.js-browse-filter {
  36.          margin-top: 80px !important;
  37.          margin-left:28px !important;
  38.          padding: 0px 6px 0px 8px !important;
  39.          height: 32px !important;
  40.          font-size: 14px !important;  
  41.          text-align: left !important;
  42.          border-color: #9b9b9b !important;
  43.          background-color: lightgreen!important;        
  44.       }
  45.    
  46.      /* [Type to filter by text] on list of discussions in a community. */
  47.      div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  48.          margin-top: 40px !important;
  49.          margin-left: 188px !important;
  50.          padding: 0px 6px 0px 8px !important;
  51.          height: 32px !important;
  52.          font-size: 14px !important;
  53.          width: 160px !important;      /* Was 220px */
  54.          text-align: center !important;
  55.          border-color: #9b9b9b !important;
  56.          background-color: yellow !important;
  57.        }      
  58.    
  59.      /* [Sort by: ...]
  60.         Suspect javscript forces 32px has the height :-( */
  61.      #js-browse-controls div.j-browse-sorts span select {
  62.          margin-top: -30px !important;
  63.          margin-left: 380px !important;
  64.          border-color: #9b9b9b !important; /* grey, Apple's color */
  65.          padding: 0px 6px 0px 28px !important;
  66.          text-align: left !important;          
  67.          height:  32px !important;
  68.          font-size: 14px !important;
  69.          padding: 0px !important;
  70.          width: 200px !important;
  71.          margin-right: -49px;
  72.          background-color: #f2f2f2 !important;
  73.          background-color: lightsalmon !important;/**/
  74.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement