Dotclear


Ignore:
Timestamp:
12/15/17 14:45:27 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Avoid horizontal scrolling table (as far as it is possible) when longest comment's usernames in list of comments, thanks to Xavier Zalawa ( http://www.7studio.fr/) — hint: max-width:1px; is magic!

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3615 r3620  
    19191919    Tables and Filters 
    19201920--------------------------------------------------- */ 
     1921table .maximal { 
     1922  overflow: hidden; 
     1923  text-overflow: ellipsis; 
     1924  max-width: 1px; } 
    19211925table .maximal, table.maximal { 
    19221926  width: 100%; } 
  • admin/style/scss/partials/_tables.scss

    r3517 r3620  
    11table { 
     2     .maximal { 
     3          overflow: hidden; 
     4          text-overflow: ellipsis; 
     5          max-width: 1px; 
     6     } 
    27     .maximal, 
    38     &.maximal { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map