Ho risolto.....
<link href="port.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 0px) and (max-width: 400px)" >
<link href="tablet.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 401px) and (max-width: 768px)" >
<link href="pc.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 769px)" >
poi ridimensiono tutti i controlli uno per uno...almeno quelli che mi serve ridimensionare.
grazie lo stesso !