Jump to content

[FIXED] Network Issues time hidden by javascript calendar icon


Recommended Posts

Open /admin/templates/v4/style.css

 

Go to Line # 1257

 

Find

   width: 100px;

Replace with

   width: 125px;

Save and Upload it back. After making this edit, it should look like below:

 

[ATTACH]2098[/ATTACH]

Thanks for that. It was found on line 629, but worked fine though. I've been putting off going looking for it as it wasn't really a priority; more an annoyance than anything. But, it's fixed now though. :)

Link to comment
Share on other sites

The 2nd line also needs edited for the icon placement. -20px to -15px

What we're using now, with 'v4', is:

/* --------------------------------------------------------------
  DATE PICKER
-------------------------------------------------------------- */

.datepick {
   width: 125px;
}
.datepick + img {
   position: relative;
   left: -20px;
   top: 4px;
}

and it looks like the attached.

v4-Date-Picker.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated