Hi all, I have a portal project in which I want set the width and height for when opening an ipad. I have a folder inside the WebContent - Css, a stylesheet.css, with the following code:
#searchString {
border-radius: 3px 3px 3px 3px;
font-size: 13px;
line-height: 18px;
padding: 4px;
position: relative;
z-index: 100;
border-color: rgba(0, 0, 0, 0.1) rgba(225, 225, 225, 0.1) rgba(225, 225, 225, 0.1) rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 1px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
color: #333333;
background-color: #e9eaec;
}
#webSearch {
background-color: #979797;
margin-top:-29px;
float:right;
}
Could someone help me to do this? I have little knowledge of javascript, sorry for my poor English, regards.