Shadow input with offset on new project name

Bug #1023767 reported by Angel Guzman Maeso
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Novacut
Fix Released
High
Matteo Ronchetti

Bug Description

The shadow seems have a lot offset from inside of input, maybe it needs some css adjustments.

I attach a screenshot.

Related branches

Revision history for this message
Angel Guzman Maeso (shakaran) wrote :
Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

A possible workaround it is modify box-shadow inset for input in dmedia/common.css

Original:
input, textarea, .inset {
    background: -webkit-linear-gradient(top, #333, #444);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.7), 0px 1px 1px rgba(0, 0, 0, 0.7);
    border-bottom:1px solid #555;
    border-top:1px solid #333;
}

New:
input, textarea, .inset {
    background: -webkit-linear-gradient(top, #333, #444);
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.7), 0px 1px 1px rgba(0, 0, 0, 0.7);
    border-bottom:1px solid #555;
    border-top:1px solid #333;
}

This looks better on my screen resolution. But it still doesn't feel confortable having a inset shadow for input.

Revision history for this message
Matteo Ronchetti (mttronchetti) wrote :

I dont have this problem
have you tryed newer versions of novacut?

Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

Testing lastest on PPA for quantal I have the same issue.

This could be a issue related with screen resolution. I have a 24" panoramic screen with 1920x1280. Maybe could be useful media queries for this.

Also the main window should have a minimum resizable, because the user can rezize to minimum pixels the novacut window.

Changed in novacut:
status: New → Fix Committed
assignee: nobody → Matteo Ronchetti (mttronchetti)
Changed in novacut:
milestone: none → 12.09
Changed in novacut:
importance: Undecided → High
Changed in novacut:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.