Ignore:
Timestamp:
Sep 3, 2014, 11:00:40 PM (10 years ago)
Author:
plg
Message:

feature 2616: graphical changes on upload big progress bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r29395 r29396  
    10191019  width:100%;
    10201020  max-width:600px;
    1021   background:#DFDFDF;
    1022   padding:2px;
    1023   border-radius:16px;
     1021  background:#fff;
     1022  padding:0;
     1023  border-radius:5px;
    10241024  position:relative;
     1025  height:18px;
    10251026}
    10261027.big-progressbar .progressbar {
     
    10281029  min-width:18px;
    10291030  background:#444;
    1030   border-radius:10px;
     1031  border-radius:5px 0 0 5px;
    10311032}
    10321033
Note: See TracChangeset for help on using the changeset viewer.