Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListDate & Time FormatingDate & Time Formating
Previous
 
Next
New Post
5/14/2014 8:19 PM
 
Anyone have any pointers on how to get the date, time, or date & time fields to line up properly?  All fields are in a row except date separately and time separately, and they kick out to the right of all other fields significantly making it look not good...   Everything I try using the css formatting option on the fields is ignored.  Not sure what I'm doing wrong or how to get it to align properly.   Anyone else have this issue and know a quick fix?  thx.  Mike.
 
New Post
5/15/2014 12:19 PM
 
Mike,
Your question isn't really clear. Do you have an accessible page that shows the "problem"?
 
New Post
5/16/2014 12:36 PM
 

Sure.  Probably should have placed a link example to begin with.  Here is the dev url on the project and page in question:

http://rdcwebsites.com/RESERVATIONS/tabid/114/Default.aspx

Note the date and time fields kick out to the right of the rest of the form.  No matter what I try to do I cannot get it to line up all in a consistent line or format.  If I place the date & time field where they are combined it does the same thing.  

Any suggestions on how to resolve?  When I place anything in the css formatting for width it doesn't change it. 

 thanks!

 
New Post
5/16/2014 3:56 PM
 

Have you resolved that yet, Mike?

If not here's one example how to achieve the required result:

1. Modify and/or add to your portal's default.css file in line 1206 below values:

.dnnLabel {
    position: absolute !important;
    top: -15px;
    width: auto;
}

2. Add below class to the portal's default.css file (or skin.css or module.css file according to DNN styling priority rules depending on your needs):

.RadPicker table.rcTable td {
    padding: 20px 0 !important;
}

3. Tweak the values in a browser's developer tools (e.g. Firebug in FF) to your liking and then apply them to the css file(s).


English-Polish translations, one-to-one English/Polish tutoring, Windows server management, website development - HTML/JS/CSS/Razor
 
New Post
5/19/2014 12:15 PM
 
thanks Greg!  that's what I needed. Appreciate it!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListDate & Time FormatingDate & Time Formating


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out